Html Css Color HEX #EE4800 Persimmon

📋 copy color: '#EE4800'

red 238 ◦ green 72 ◦ blue 0

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

Shades of Persimmon #EE4800

Tints of Persimmon #EE4800

RGB

 RED value IS 238 (93.36% from 255) = 76.77%

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.77%
G = 23.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE4800 (or 0xEE4800) is known color: Persimmon. HEX triplet: EE, 48 and 00. RGB value is (238,72,0). Sum of RGB (Red+Green+Blue) = 238+72+0=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4800 is #11B7FF. Grayscale: #717171. Windows color (decimal): -1161216 or 18670. OLE color: 18670.

HSL color Cylindrical-coordinate representation of color #EE4800: hue angle of 18.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 0 -
CMYK 0 0.70 1 0.07
HSL 18.15º 1% 0.47% -
HSV(B) 18.15º 1% 0.93% -
XYZ 37.58 22.81 2.42 -
YUV 113.43 64 216.85 -
System Red Green Blue C M Y K H S L
Decimal 238 72 0 0 0.70 1 0.07 18.15 1 0.47
Hex EE 48 0 0 46 64 7 12 64 2F
Octal 356 110 0 0 106 144 7 22 144 57
Binary 11101110 1001000 0 0 1000110 1100100 111 10010 1100100 101111

Color Harmonies of #EE4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4800

Black with #EE4800

Text Example


Text Example

White with #EE4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4800; }

 p { color: rgb(238,72,0); }

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

background-color css

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

 a { background-color: rgb(238,72,0); }

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

border-color css

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

 span { border-color: rgb(238,72,0); }

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