#EE630A

Color #EE630A Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EE630A

Tints of Persimmon #EE630A

Color information

#EE630A (or 0xEE630A) is unknown color: approx Persimmon. HEX triplet: EE, 63 and 0A. RGB value is (238,99,10). Sum of RGB (Red+Green+Blue) = 238+99+10=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE630A is #119CF5. Grayscale: #828282. Windows color (decimal): -1154294 or 680942. OLE color: 680942.

HSL color Cylindrical-coordinate representation of color #EE630A: hue angle of 23.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE630A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB2389910-
CMYK00.580.960.07
HSL23.42º91.94%48.63%-
HSV(B)23.42º95.8%93.33%-
XYZ39.7827.123.43-
YUV130.4160.05204.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 68.59%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 10 (4.30% from 255) = 2.88%
R=68.59%
G=28.53%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238991000.580.960.0723.4291.9448.63
HexEE63A03A607175c31
Octal3561431207214072713461
Binary111011101100011101001110101100000111101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE630A; }

 p { color: rgb(238,99,10); }

 H1.HeaderClassName
 {
   color: #EE630A;
 }
 .AnyTagClassName
 {
   color: #EE630A;
 }
</style>
background-color css

<style>
 a { background-color: #EE630A; }

 a { background-color: rgb(238,99,10); }

 div.DivClassName
 {
   background-color: #EE630A;
 }
 .BgClassName
 {
   background-color: #EE630A;
 }
</style>
border-color css

<style>
 span { border-color: #EE630A; }

 span { border-color: rgb(238,99,10); }

 td.TdClassName
 {
   border-color: #EE630A;
 }
 .TagClassName
 {
   border-color: #EE630A;
 }
</style>