Html Css Color HEX #EC6003 Persimmon

📋 copy color: '#EC6003'

red 236 ◦ green 96 ◦ blue 3

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

Shades of Persimmon #EC6003

Tints of Persimmon #EC6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 70.45%
G = 28.66%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6003 (or 0xEC6003) is known color: Persimmon. HEX triplet: EC, 60 and 03. RGB value is (236,96,3). Sum of RGB (Red+Green+Blue) = 236+96+3=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6003 is #139FFC. Grayscale: #7F7F7F. Windows color (decimal): -1286141 or 221420. OLE color: 221420.

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

Color convert

RGB 236 96 3 -
CMYK 0 0.59 0.99 0.07
HSL 23.95º 0.97% 0.47% -
HSV(B) 23.95º 0.99% 0.93% -
XYZ 38.79 26.21 3.1 -
YUV 127.26 57.88 205.56 -
System Red Green Blue C M Y K H S L
Decimal 236 96 3 0 0.59 0.99 0.07 23.95 0.97 0.47
Hex EC 60 3 0 3B 63 7 18 61 2F
Octal 354 140 3 0 73 143 7 30 141 57
Binary 11101100 1100000 11 0 111011 1100011 111 11000 1100001 101111

Color Harmonies of #EC6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6003

Black with #EC6003

Text Example


Text Example

White with #EC6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6003; }

 p { color: rgb(236,96,3); }

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

background-color css

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

 a { background-color: rgb(236,96,3); }

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

border-color css

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

 span { border-color: rgb(236,96,3); }

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