Html Css Color HEX #EE620C Persimmon

📋 copy color: '#EE620C'

red 238 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #EE620C

Tints of Persimmon #EE620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 68.39%
G = 28.16%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE620C (or 0xEE620C) is known color: Persimmon. HEX triplet: EE, 62 and 0C. RGB value is (238,98,12). Sum of RGB (Red+Green+Blue) = 238+98+12=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE620C is #119DF3. Grayscale: #828282. Windows color (decimal): -1154548 or 811758. OLE color: 811758.

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

Color convert

RGB 238 98 12 -
CMYK 0 0.59 0.95 0.07
HSL 22.83º 0.9% 0.49% -
HSV(B) 22.83º 0.95% 0.93% -
XYZ 39.69 26.94 3.46 -
YUV 130.06 61.38 204.99 -
System Red Green Blue C M Y K H S L
Decimal 238 98 12 0 0.59 0.95 0.07 22.83 0.9 0.49
Hex EE 62 C 0 3B 5F 7 17 5A 31
Octal 356 142 14 0 73 137 7 27 132 61
Binary 11101110 1100010 1100 0 111011 1011111 111 10111 1011010 110001

Color Harmonies of #EE620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE620C

Black with #EE620C

Text Example


Text Example

White with #EE620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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