Html Css Color HEX #EE5104 Persimmon

📋 copy color: '#EE5104'

red 238 ◦ green 81 ◦ blue 4

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

Shades of Persimmon #EE5104

Tints of Persimmon #EE5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 73.68%
G = 25.08%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE5104 (or 0xEE5104) is known color: Persimmon. HEX triplet: EE, 51 and 04. RGB value is (238,81,4). Sum of RGB (Red+Green+Blue) = 238+81+4=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5104 is #11AEFB. Grayscale: #777777. Windows color (decimal): -1158908 or 283118. OLE color: 283118.

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

Color convert

RGB 238 81 4 -
CMYK 0 0.66 0.98 0.07
HSL 19.74º 0.97% 0.47% -
HSV(B) 19.74º 0.98% 0.93% -
XYZ 38.22 24.07 2.75 -
YUV 119.17 63.01 212.76 -
System Red Green Blue C M Y K H S L
Decimal 238 81 4 0 0.66 0.98 0.07 19.74 0.97 0.47
Hex EE 51 4 0 42 62 7 14 61 2F
Octal 356 121 4 0 102 142 7 24 141 57
Binary 11101110 1010001 100 0 1000010 1100010 111 10100 1100001 101111

Color Harmonies of #EE5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5104

Black with #EE5104

Text Example


Text Example

White with #EE5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5104; }

 p { color: rgb(238,81,4); }

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

background-color css

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

 a { background-color: rgb(238,81,4); }

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

border-color css

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

 span { border-color: rgb(238,81,4); }

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