Html Css Color HEX #EE4C03 Persimmon

📋 copy color: '#EE4C03'

red 238 ◦ green 76 ◦ blue 3

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

Shades of Persimmon #EE4C03

Tints of Persimmon #EE4C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 75.08%
G = 23.97%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE4C03 (or 0xEE4C03) is known color: Persimmon. HEX triplet: EE, 4C and 03. RGB value is (238,76,3). Sum of RGB (Red+Green+Blue) = 238+76+3=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4C03 is #11B3FC. Grayscale: #747474. Windows color (decimal): -1160189 or 216302. OLE color: 216302.

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

Color convert

RGB 238 76 3 -
CMYK 0 0.68 0.99 0.07
HSL 18.64º 0.98% 0.47% -
HSV(B) 18.64º 0.99% 0.93% -
XYZ 37.86 23.35 2.6 -
YUV 116.12 64.17 214.94 -
System Red Green Blue C M Y K H S L
Decimal 238 76 3 0 0.68 0.99 0.07 18.64 0.98 0.47
Hex EE 4C 3 0 44 63 7 13 62 2F
Octal 356 114 3 0 104 143 7 23 142 57
Binary 11101110 1001100 11 0 1000100 1100011 111 10011 1100010 101111

Color Harmonies of #EE4C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4C03

Black with #EE4C03

Text Example


Text Example

White with #EE4C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4C03; }

 p { color: rgb(238,76,3); }

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

background-color css

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

 a { background-color: rgb(238,76,3); }

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

border-color css

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

 span { border-color: rgb(238,76,3); }

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