Html Css Color HEX #EE6314 Persimmon

📋 copy color: '#EE6314'

red 238 ◦ green 99 ◦ blue 20

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

Shades of Persimmon #EE6314

Tints of Persimmon #EE6314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 66.67%
G = 27.73%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6314 (or 0xEE6314) is known color: Persimmon. HEX triplet: EE, 63 and 14. RGB value is (238,99,20). Sum of RGB (Red+Green+Blue) = 238+99+20=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6314 is #119CEB. Grayscale: #848484. Windows color (decimal): -1154284 or 1336302. OLE color: 1336302.

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

Color convert

RGB 238 99 20 -
CMYK 0 0.58 0.92 0.07
HSL 21.74º 0.87% 0.51% -
HSV(B) 21.74º 0.92% 0.93% -
XYZ 39.85 27.15 3.8 -
YUV 131.56 65.05 203.92 -
System Red Green Blue C M Y K H S L
Decimal 238 99 20 0 0.58 0.92 0.07 21.74 0.87 0.51
Hex EE 63 14 0 3A 5C 7 16 57 33
Octal 356 143 24 0 72 134 7 26 127 63
Binary 11101110 1100011 10100 0 111010 1011100 111 10110 1010111 110011

Color Harmonies of #EE6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6314

Black with #EE6314

Text Example


Text Example

White with #EE6314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6314; }

 p { color: rgb(238,99,20); }

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

background-color css

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

 a { background-color: rgb(238,99,20); }

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

border-color css

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

 span { border-color: rgb(238,99,20); }

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