Html Css Color HEX #EB4C0C Persimmon

📋 copy color: '#EB4C0C'

red 235 ◦ green 76 ◦ blue 12

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

Shades of Persimmon #EB4C0C

Tints of Persimmon #EB4C0C

RGB

 RED value IS 235 (92.19% from 255) = 72.76%

 GREEN value IS 76 (30.08% from 255) = 23.53%

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

R = 72.76%
G = 23.53%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB4C0C (or 0xEB4C0C) is known color: Persimmon. HEX triplet: EB, 4C and 0C. RGB value is (235,76,12). Sum of RGB (Red+Green+Blue) = 235+76+12=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4C0C is #14B3F3. Grayscale: #747474. Windows color (decimal): -1356788 or 806123. OLE color: 806123.

HSL color Cylindrical-coordinate representation of color #EB4C0C: hue angle of 17.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB4C0C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 76 12 -
CMYK 0 0.68 0.95 0.08
HSL 17.22º 0.9% 0.48% -
HSV(B) 17.22º 0.95% 0.92% -
XYZ 36.91 22.86 2.81 -
YUV 116.25 69.18 212.7 -
System Red Green Blue C M Y K H S L
Decimal 235 76 12 0 0.68 0.95 0.08 17.22 0.9 0.48
Hex EB 4C C 0 44 5F 8 11 5A 30
Octal 353 114 14 0 104 137 10 21 132 60
Binary 11101011 1001100 1100 0 1000100 1011111 1000 10001 1011010 110000

Color Harmonies of #EB4C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C0C

Black with #EB4C0C

Text Example


Text Example

White with #EB4C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C0C; }

 p { color: rgb(235,76,12); }

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

background-color css

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

 a { background-color: rgb(235,76,12); }

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

border-color css

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

 span { border-color: rgb(235,76,12); }

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