Html Css Color HEX #EE660A Persimmon

📋 copy color: '#EE660A'

red 238 ◦ green 102 ◦ blue 10

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

Shades of Persimmon #EE660A

Tints of Persimmon #EE660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 68%
G = 29.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE660A (or 0xEE660A) is known color: Persimmon. HEX triplet: EE, 66 and 0A. RGB value is (238,102,10). Sum of RGB (Red+Green+Blue) = 238+102+10=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE660A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE660A is #1199F5. Grayscale: #848484. Windows color (decimal): -1153526 or 681710. OLE color: 681710.

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

Color convert

RGB 238 102 10 -
CMYK 0 0.57 0.96 0.07
HSL 24.21º 0.92% 0.49% -
HSV(B) 24.21º 0.96% 0.93% -
XYZ 40.07 27.7 3.52 -
YUV 132.18 59.06 203.48 -
System Red Green Blue C M Y K H S L
Decimal 238 102 10 0 0.57 0.96 0.07 24.21 0.92 0.49
Hex EE 66 A 0 39 60 7 18 5C 31
Octal 356 146 12 0 71 140 7 30 134 61
Binary 11101110 1100110 1010 0 111001 1100000 111 11000 1011100 110001

Color Harmonies of #EE660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE660A

Black with #EE660A

Text Example


Text Example

White with #EE660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE660A; }

 p { color: rgb(238,102,10); }

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

background-color css

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

 a { background-color: rgb(238,102,10); }

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

border-color css

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

 span { border-color: rgb(238,102,10); }

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