Html Css Color HEX #E06006 Persimmon

📋 copy color: '#E06006'

red 224 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #E06006

Tints of Persimmon #E06006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 68.71%
G = 29.45%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E06006 (or 0xE06006) is known color: Persimmon. HEX triplet: E0, 60 and 06. RGB value is (224,96,6). Sum of RGB (Red+Green+Blue) = 224+96+6=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E06006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06006 is #1F9FF9. Grayscale: #7C7C7C. Windows color (decimal): -2072570 or 418016. OLE color: 418016.

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

Color convert

RGB 224 96 6 -
CMYK 0 0.57 0.97 0.12
HSL 24.77º 0.95% 0.45% -
HSV(B) 24.77º 0.97% 0.88% -
XYZ 34.96 24.23 3.01 -
YUV 124.01 61.41 199.32 -
System Red Green Blue C M Y K H S L
Decimal 224 96 6 0 0.57 0.97 0.12 24.77 0.95 0.45
Hex E0 60 6 0 39 61 C 19 5F 2D
Octal 340 140 6 0 71 141 14 31 137 55
Binary 11100000 1100000 110 0 111001 1100001 1100 11001 1011111 101101

Color Harmonies of #E06006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06006

Black with #E06006

Text Example


Text Example

White with #E06006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06006; }

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

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

background-color css

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

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

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

border-color css

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

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

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