Html Css Color HEX #E04208 Persimmon

📋 copy color: '#E04208'

red 224 ◦ green 66 ◦ blue 8

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

Shades of Persimmon #E04208

Tints of Persimmon #E04208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 75.17%
G = 22.15%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E04208 (or 0xE04208) is known color: Persimmon. HEX triplet: E0, 42 and 08. RGB value is (224,66,8). Sum of RGB (Red+Green+Blue) = 224+66+8=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E04208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04208 is #1FBDF7. Grayscale: #6B6B6B. Windows color (decimal): -2080248 or 541408. OLE color: 541408.

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

Color convert

RGB 224 66 8 -
CMYK 0 0.71 0.96 0.12
HSL 16.11º 0.93% 0.45% -
HSV(B) 16.11º 0.96% 0.88% -
XYZ 32.73 19.76 2.32 -
YUV 106.63 72.35 211.72 -
System Red Green Blue C M Y K H S L
Decimal 224 66 8 0 0.71 0.96 0.12 16.11 0.93 0.45
Hex E0 42 8 0 47 60 C 10 5D 2D
Octal 340 102 10 0 107 140 14 20 135 55
Binary 11100000 1000010 1000 0 1000111 1100000 1100 10000 1011101 101101

Color Harmonies of #E04208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04208

Black with #E04208

Text Example


Text Example

White with #E04208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04208; }

 p { color: rgb(224,66,8); }

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

background-color css

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

 a { background-color: rgb(224,66,8); }

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

border-color css

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

 span { border-color: rgb(224,66,8); }

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