Html Css Color HEX #EE6502 Persimmon

📋 copy color: '#EE6502'

red 238 ◦ green 101 ◦ blue 2

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

Shades of Persimmon #EE6502

Tints of Persimmon #EE6502

RGB

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

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

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

R = 69.79%
G = 29.62%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE6502 (or 0xEE6502) is known color: Persimmon. HEX triplet: EE, 65 and 02. RGB value is (238,101,2). Sum of RGB (Red+Green+Blue) = 238+101+2=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6502 is #119AFD. Grayscale: #838383. Windows color (decimal): -1153790 or 157166. OLE color: 157166.

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

Color convert

RGB 238 101 2 -
CMYK 0 0.58 0.99 0.07
HSL 25.17º 0.98% 0.47% -
HSV(B) 25.17º 0.99% 0.93% -
XYZ 39.92 27.49 3.26 -
YUV 130.68 55.39 204.55 -
System Red Green Blue C M Y K H S L
Decimal 238 101 2 0 0.58 0.99 0.07 25.17 0.98 0.47
Hex EE 65 2 0 3A 63 7 19 62 2F
Octal 356 145 2 0 72 143 7 31 142 57
Binary 11101110 1100101 10 0 111010 1100011 111 11001 1100010 101111

Color Harmonies of #EE6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6502

Black with #EE6502

Text Example


Text Example

White with #EE6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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