Html Css Color HEX #EE5307 Persimmon

📋 copy color: '#EE5307'

red 238 ◦ green 83 ◦ blue 7

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

Shades of Persimmon #EE5307

Tints of Persimmon #EE5307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 72.56%
G = 25.3%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE5307 (or 0xEE5307) is known color: Persimmon. HEX triplet: EE, 53 and 07. RGB value is (238,83,7). Sum of RGB (Red+Green+Blue) = 238+83+7=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5307 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5307 is #11ACF8. Grayscale: #797979. Windows color (decimal): -1158393 or 480238. OLE color: 480238.

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

Color convert

RGB 238 83 7 -
CMYK 0 0.65 0.97 0.07
HSL 19.74º 0.94% 0.48% -
HSV(B) 19.74º 0.97% 0.93% -
XYZ 38.39 24.38 2.88 -
YUV 120.68 63.85 211.68 -
System Red Green Blue C M Y K H S L
Decimal 238 83 7 0 0.65 0.97 0.07 19.74 0.94 0.48
Hex EE 53 7 0 41 61 7 14 5E 30
Octal 356 123 7 0 101 141 7 24 136 60
Binary 11101110 1010011 111 0 1000001 1100001 111 10100 1011110 110000

Color Harmonies of #EE5307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5307

Black with #EE5307

Text Example


Text Example

White with #EE5307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5307; }

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

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

background-color css

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

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

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

border-color css

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

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

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