Html Css Color HEX #E06009 Persimmon

📋 copy color: '#E06009'

red 224 ◦ green 96 ◦ blue 9

#E06009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E06009

Tints of Persimmon #E06009

RGB

 RED value IS 224 (87.89% from 255) = 68.09%

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 68.09%
G = 29.18%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E06009 (or 0xE06009) is known color: Persimmon. HEX triplet: E0, 60 and 09. RGB value is (224,96,9). Sum of RGB (Red+Green+Blue) = 224+96+9=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E06009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06009 is #1F9FF6. Grayscale: #7C7C7C. Windows color (decimal): -2072567 or 614624. OLE color: 614624.

HSL color Cylindrical-coordinate representation of color #E06009: hue angle of 24.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E06009 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 9 -
CMYK 0 0.57 0.96 0.12
HSL 24.28º 0.92% 0.46% -
HSV(B) 24.28º 0.96% 0.88% -
XYZ 34.97 24.23 3.09 -
YUV 124.35 62.91 199.07 -
System Red Green Blue C M Y K H S L
Decimal 224 96 9 0 0.57 0.96 0.12 24.28 0.92 0.46
Hex E0 60 9 0 39 60 C 18 5C 2E
Octal 340 140 11 0 71 140 14 30 134 56
Binary 11100000 1100000 1001 0 111001 1100000 1100 11000 1011100 101110

Color Harmonies of #E06009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06009

Black with #E06009

Text Example


Text Example

White with #E06009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06009; }

 p { color: rgb(224,96,9); }

 H1.HeaderClassName
 {
   color: #E06009;
 }
 .AnyTagClassName
 {
   color: #E06009;
 }
</style>

background-color css

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

 a { background-color: rgb(224,96,9); }

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

border-color css

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

 span { border-color: rgb(224,96,9); }

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