Html Css Color HEX #EC6403 Persimmon

📋 copy color: '#EC6403'

red 236 ◦ green 100 ◦ blue 3

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

Shades of Persimmon #EC6403

Tints of Persimmon #EC6403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 69.62%
G = 29.5%
B = 0.88%

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

#EC6403 (or 0xEC6403) is known color: Persimmon. HEX triplet: EC, 64 and 03. RGB value is (236,100,3). Sum of RGB (Red+Green+Blue) = 236+100+3=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6403 is #139BFC. Grayscale: #828282. Windows color (decimal): -1285117 or 222444. OLE color: 222444.

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

Color convert

RGB 236 100 3 -
CMYK 0 0.58 0.99 0.07
HSL 24.98º 0.97% 0.47% -
HSV(B) 24.98º 0.99% 0.93% -
XYZ 39.17 26.95 3.22 -
YUV 129.61 56.56 203.89 -
System Red Green Blue C M Y K H S L
Decimal 236 100 3 0 0.58 0.99 0.07 24.98 0.97 0.47
Hex EC 64 3 0 3A 63 7 19 61 2F
Octal 354 144 3 0 72 143 7 31 141 57
Binary 11101100 1100100 11 0 111010 1100011 111 11001 1100001 101111

Color Harmonies of #EC6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6403

Black with #EC6403

Text Example


Text Example

White with #EC6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6403; }

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

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

background-color css

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

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

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

border-color css

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

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

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