Html Css Color HEX #EE650C Persimmon

📋 copy color: '#EE650C'

red 238 ◦ green 101 ◦ blue 12

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

Shades of Persimmon #EE650C

Tints of Persimmon #EE650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.42%

R = 67.81%
G = 28.77%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE650C (or 0xEE650C) is known color: Persimmon. HEX triplet: EE, 65 and 0C. RGB value is (238,101,12). Sum of RGB (Red+Green+Blue) = 238+101+12=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE650C is #119AF3. Grayscale: #848484. Windows color (decimal): -1153780 or 812526. OLE color: 812526.

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

Color convert

RGB 238 101 12 -
CMYK 0 0.58 0.95 0.07
HSL 23.63º 0.9% 0.49% -
HSV(B) 23.63º 0.95% 0.93% -
XYZ 39.98 27.51 3.55 -
YUV 131.82 60.39 203.74 -
System Red Green Blue C M Y K H S L
Decimal 238 101 12 0 0.58 0.95 0.07 23.63 0.9 0.49
Hex EE 65 C 0 3A 5F 7 18 5A 31
Octal 356 145 14 0 72 137 7 30 132 61
Binary 11101110 1100101 1100 0 111010 1011111 111 11000 1011010 110001

Color Harmonies of #EE650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE650C

Black with #EE650C

Text Example


Text Example

White with #EE650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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