Html Css Color HEX #EE6505 Persimmon

📋 copy color: '#EE6505'

red 238 ◦ green 101 ◦ blue 5

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

Shades of Persimmon #EE6505

Tints of Persimmon #EE6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 69.19%
G = 29.36%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE6505 (or 0xEE6505) is known color: Persimmon. HEX triplet: EE, 65 and 05. RGB value is (238,101,5). Sum of RGB (Red+Green+Blue) = 238+101+5=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6505 is #119AFA. Grayscale: #838383. Windows color (decimal): -1153787 or 353774. OLE color: 353774.

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

Color convert

RGB 238 101 5 -
CMYK 0 0.58 0.98 0.07
HSL 24.72º 0.96% 0.48% -
HSV(B) 24.72º 0.98% 0.93% -
XYZ 39.94 27.5 3.35 -
YUV 131.02 56.89 204.31 -
System Red Green Blue C M Y K H S L
Decimal 238 101 5 0 0.58 0.98 0.07 24.72 0.96 0.48
Hex EE 65 5 0 3A 62 7 19 60 30
Octal 356 145 5 0 72 142 7 31 140 60
Binary 11101110 1100101 101 0 111010 1100010 111 11001 1100000 110000

Color Harmonies of #EE6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6505

Black with #EE6505

Text Example


Text Example

White with #EE6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6505; }

 p { color: rgb(238,101,5); }

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

background-color css

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

 a { background-color: rgb(238,101,5); }

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

border-color css

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

 span { border-color: rgb(238,101,5); }

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