Html Css Color HEX #EE4C1A Persimmon

📋 copy color: '#EE4C1A'

red 238 ◦ green 76 ◦ blue 26

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

Shades of Persimmon #EE4C1A

Tints of Persimmon #EE4C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 70%
G = 22.35%
B = 7.65%

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

#EE4C1A (or 0xEE4C1A) is known color: Persimmon. HEX triplet: EE, 4C and 1A. RGB value is (238,76,26). Sum of RGB (Red+Green+Blue) = 238+76+26=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4C1A is #11B3E5. Grayscale: #777777. Windows color (decimal): -1160166 or 1723630. OLE color: 1723630.

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

Color convert

RGB 238 76 26 -
CMYK 0 0.68 0.89 0.07
HSL 14.15º 0.86% 0.52% -
HSV(B) 14.15º 0.89% 0.93% -
XYZ 38.03 23.42 3.49 -
YUV 118.74 75.67 213.07 -
System Red Green Blue C M Y K H S L
Decimal 238 76 26 0 0.68 0.89 0.07 14.15 0.86 0.52
Hex EE 4C 1A 0 44 59 7 E 56 34
Octal 356 114 32 0 104 131 7 16 126 64
Binary 11101110 1001100 11010 0 1000100 1011001 111 1110 1010110 110100

Color Harmonies of #EE4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4C1A

Black with #EE4C1A

Text Example


Text Example

White with #EE4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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