Html Css Color HEX #EE4F00 Persimmon

📋 copy color: '#EE4F00'

red 238 ◦ green 79 ◦ blue 0

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

Shades of Persimmon #EE4F00

Tints of Persimmon #EE4F00

RGB

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

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

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

R = 75.08%
G = 24.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE4F00 (or 0xEE4F00) is known color: Persimmon. HEX triplet: EE, 4F and 00. RGB value is (238,79,0). Sum of RGB (Red+Green+Blue) = 238+79+0=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4F00 is #11B0FF. Grayscale: #767676. Windows color (decimal): -1159424 or 20462. OLE color: 20462.

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

Color convert

RGB 238 79 0 -
CMYK 0 0.67 1 0.07
HSL 19.92º 1% 0.47% -
HSV(B) 19.92º 1% 0.93% -
XYZ 38.06 23.77 2.58 -
YUV 117.54 61.68 213.92 -
System Red Green Blue C M Y K H S L
Decimal 238 79 0 0 0.67 1 0.07 19.92 1 0.47
Hex EE 4F 0 0 43 64 7 14 64 2F
Octal 356 117 0 0 103 144 7 24 144 57
Binary 11101110 1001111 0 0 1000011 1100100 111 10100 1100100 101111

Color Harmonies of #EE4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4F00

Black with #EE4F00

Text Example


Text Example

White with #EE4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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