Html Css Color HEX #EE5300 Persimmon

📋 copy color: '#EE5300'

red 238 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #EE5300

Tints of Persimmon #EE5300

RGB

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

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

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

R = 74.14%
G = 25.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE5300 (or 0xEE5300) is known color: Persimmon. HEX triplet: EE, 53 and 00. RGB value is (238,83,0). Sum of RGB (Red+Green+Blue) = 238+83+0=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5300 is #11ACFF. Grayscale: #787878. Windows color (decimal): -1158400 or 21486. OLE color: 21486.

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

Color convert

RGB 238 83 0 -
CMYK 0 0.65 1 0.07
HSL 20.92º 1% 0.47% -
HSV(B) 20.92º 1% 0.93% -
XYZ 38.35 24.36 2.68 -
YUV 119.88 60.35 212.25 -
System Red Green Blue C M Y K H S L
Decimal 238 83 0 0 0.65 1 0.07 20.92 1 0.47
Hex EE 53 0 0 41 64 7 15 64 2F
Octal 356 123 0 0 101 144 7 25 144 57
Binary 11101110 1010011 0 0 1000001 1100100 111 10101 1100100 101111

Color Harmonies of #EE5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5300

Black with #EE5300

Text Example


Text Example

White with #EE5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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