Html Css Color HEX #EC6202 Persimmon

📋 copy color: '#EC6202'

red 236 ◦ green 98 ◦ blue 2

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

Shades of Persimmon #EC6202

Tints of Persimmon #EC6202

RGB

 RED value IS 236 (92.58% from 255) = 70.24%

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 70.24%
G = 29.17%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6202 (or 0xEC6202) is known color: Persimmon. HEX triplet: EC, 62 and 02. RGB value is (236,98,2). Sum of RGB (Red+Green+Blue) = 236+98+2=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6202 is #139DFD. Grayscale: #808080. Windows color (decimal): -1285630 or 156396. OLE color: 156396.

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

Color convert

RGB 236 98 2 -
CMYK 0 0.58 0.99 0.07
HSL 24.62º 0.98% 0.47% -
HSV(B) 24.62º 0.99% 0.93% -
XYZ 38.97 26.57 3.13 -
YUV 128.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 236 98 2 0 0.58 0.99 0.07 24.62 0.98 0.47
Hex EC 62 2 0 3A 63 7 19 62 2F
Octal 354 142 2 0 72 143 7 31 142 57
Binary 11101100 1100010 10 0 111010 1100011 111 11001 1100010 101111

Color Harmonies of #EC6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6202

Black with #EC6202

Text Example


Text Example

White with #EC6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6202; }

 p { color: rgb(236,98,2); }

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

background-color css

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

 a { background-color: rgb(236,98,2); }

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

border-color css

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

 span { border-color: rgb(236,98,2); }

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