Html Css Color HEX #EE4D1B Persimmon

📋 copy color: '#EE4D1B'

red 238 ◦ green 77 ◦ blue 27

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

Shades of Persimmon #EE4D1B

Tints of Persimmon #EE4D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 69.59%
G = 22.51%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE4D1B (or 0xEE4D1B) is known color: Persimmon. HEX triplet: EE, 4D and 1B. RGB value is (238,77,27). Sum of RGB (Red+Green+Blue) = 238+77+27=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4D1B is #11B2E4. Grayscale: #777777. Windows color (decimal): -1159909 or 1789422. OLE color: 1789422.

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

Color convert

RGB 238 77 27 -
CMYK 0 0.68 0.89 0.07
HSL 14.22º 0.86% 0.52% -
HSV(B) 14.22º 0.89% 0.93% -
XYZ 38.11 23.56 3.58 -
YUV 119.44 75.84 212.57 -
System Red Green Blue C M Y K H S L
Decimal 238 77 27 0 0.68 0.89 0.07 14.22 0.86 0.52
Hex EE 4D 1B 0 44 59 7 E 56 34
Octal 356 115 33 0 104 131 7 16 126 64
Binary 11101110 1001101 11011 0 1000100 1011001 111 1110 1010110 110100

Color Harmonies of #EE4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4D1B

Black with #EE4D1B

Text Example


Text Example

White with #EE4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4D1B; }

 p { color: rgb(238,77,27); }

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

background-color css

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

 a { background-color: rgb(238,77,27); }

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

border-color css

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

 span { border-color: rgb(238,77,27); }

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