Html Css Color HEX #EE5302 Persimmon

📋 copy color: '#EE5302'

red 238 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #EE5302

Tints of Persimmon #EE5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 73.68%
G = 25.7%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE5302 (or 0xEE5302) is known color: Persimmon. HEX triplet: EE, 53 and 02. RGB value is (238,83,2). Sum of RGB (Red+Green+Blue) = 238+83+2=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5302 is #11ACFD. Grayscale: #787878. Windows color (decimal): -1158398 or 152558. OLE color: 152558.

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

Color convert

RGB 238 83 2 -
CMYK 0 0.65 0.99 0.07
HSL 20.59º 0.98% 0.47% -
HSV(B) 20.59º 0.99% 0.93% -
XYZ 38.36 24.37 2.74 -
YUV 120.11 61.35 212.09 -
System Red Green Blue C M Y K H S L
Decimal 238 83 2 0 0.65 0.99 0.07 20.59 0.98 0.47
Hex EE 53 2 0 41 63 7 15 62 2F
Octal 356 123 2 0 101 143 7 25 142 57
Binary 11101110 1010011 10 0 1000001 1100011 111 10101 1100010 101111

Color Harmonies of #EE5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5302

Black with #EE5302

Text Example


Text Example

White with #EE5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5302; }

 p { color: rgb(238,83,2); }

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

background-color css

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

 a { background-color: rgb(238,83,2); }

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

border-color css

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

 span { border-color: rgb(238,83,2); }

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