Html Css Color HEX #EE650F Persimmon

📋 copy color: '#EE650F'

red 238 ◦ green 101 ◦ blue 15

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

Shades of Persimmon #EE650F

Tints of Persimmon #EE650F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 67.23%
G = 28.53%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE650F (or 0xEE650F) is known color: Persimmon. HEX triplet: EE, 65 and 0F. RGB value is (238,101,15). Sum of RGB (Red+Green+Blue) = 238+101+15=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE650F is #119AF0. Grayscale: #848484. Windows color (decimal): -1153777 or 1009134. OLE color: 1009134.

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

Color convert

RGB 238 101 15 -
CMYK 0 0.58 0.94 0.07
HSL 23.14º 0.88% 0.5% -
HSV(B) 23.14º 0.94% 0.93% -
XYZ 40 27.52 3.66 -
YUV 132.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 238 101 15 0 0.58 0.94 0.07 23.14 0.88 0.5
Hex EE 65 F 0 3A 5E 7 17 58 32
Octal 356 145 17 0 72 136 7 27 130 62
Binary 11101110 1100101 1111 0 111010 1011110 111 10111 1011000 110010

Color Harmonies of #EE650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE650F

Black with #EE650F

Text Example


Text Example

White with #EE650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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