Html Css Color HEX #EE4F03 Persimmon

📋 copy color: '#EE4F03'

red 238 ◦ green 79 ◦ blue 3

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

Shades of Persimmon #EE4F03

Tints of Persimmon #EE4F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

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

R = 74.38%
G = 24.69%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE4F03 (or 0xEE4F03) is known color: Persimmon. HEX triplet: EE, 4F and 03. RGB value is (238,79,3). Sum of RGB (Red+Green+Blue) = 238+79+3=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4F03 is #11B0FC. Grayscale: #767676. Windows color (decimal): -1159421 or 217070. OLE color: 217070.

HSL color Cylindrical-coordinate representation of color #EE4F03: hue angle of 19.4º 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 #EE4F03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 79 3 -
CMYK 0 0.67 0.99 0.07
HSL 19.4º 0.98% 0.47% -
HSV(B) 19.4º 0.99% 0.93% -
XYZ 38.07 23.78 2.67 -
YUV 117.88 63.18 213.68 -
System Red Green Blue C M Y K H S L
Decimal 238 79 3 0 0.67 0.99 0.07 19.4 0.98 0.47
Hex EE 4F 3 0 43 63 7 13 62 2F
Octal 356 117 3 0 103 143 7 23 142 57
Binary 11101110 1001111 11 0 1000011 1100011 111 10011 1100010 101111

Color Harmonies of #EE4F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4F03

Black with #EE4F03

Text Example


Text Example

White with #EE4F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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