Html Css Color HEX #EC4800 Persimmon

📋 copy color: '#EC4800'

red 236 ◦ green 72 ◦ blue 0

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

Shades of Persimmon #EC4800

Tints of Persimmon #EC4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.62%
G = 23.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC4800 (or 0xEC4800) is known color: Persimmon. HEX triplet: EC, 48 and 00. RGB value is (236,72,0). Sum of RGB (Red+Green+Blue) = 236+72+0=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4800 is #13B7FF. Grayscale: #717171. Windows color (decimal): -1292288 or 18668. OLE color: 18668.

HSL color Cylindrical-coordinate representation of color #EC4800: hue angle of 18.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC4800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 0 -
CMYK 0 0.69 1 0.07
HSL 18.31º 1% 0.46% -
HSV(B) 18.31º 1% 0.93% -
XYZ 36.91 22.47 2.39 -
YUV 112.83 64.33 215.85 -
System Red Green Blue C M Y K H S L
Decimal 236 72 0 0 0.69 1 0.07 18.31 1 0.46
Hex EC 48 0 0 45 64 7 12 64 2E
Octal 354 110 0 0 105 144 7 22 144 56
Binary 11101100 1001000 0 0 1000101 1100100 111 10010 1100100 101110

Color Harmonies of #EC4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4800

Black with #EC4800

Text Example


Text Example

White with #EC4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4800; }

 p { color: rgb(236,72,0); }

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

background-color css

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

 a { background-color: rgb(236,72,0); }

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

border-color css

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

 span { border-color: rgb(236,72,0); }

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