Html Css Color HEX #EB4A0C Persimmon

📋 copy color: '#EB4A0C'

red 235 ◦ green 74 ◦ blue 12

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

Shades of Persimmon #EB4A0C

Tints of Persimmon #EB4A0C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

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

R = 73.21%
G = 23.05%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB4A0C (or 0xEB4A0C) is known color: Persimmon. HEX triplet: EB, 4A and 0C. RGB value is (235,74,12). Sum of RGB (Red+Green+Blue) = 235+74+12=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A0C is #14B5F3. Grayscale: #737373. Windows color (decimal): -1357300 or 805611. OLE color: 805611.

HSL color Cylindrical-coordinate representation of color #EB4A0C: hue angle of 16.68º 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 #EB4A0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 12 -
CMYK 0 0.69 0.95 0.08
HSL 16.68º 0.9% 0.48% -
HSV(B) 16.68º 0.95% 0.92% -
XYZ 36.78 22.59 2.77 -
YUV 115.07 69.84 213.54 -
System Red Green Blue C M Y K H S L
Decimal 235 74 12 0 0.69 0.95 0.08 16.68 0.9 0.48
Hex EB 4A C 0 45 5F 8 11 5A 30
Octal 353 112 14 0 105 137 10 21 132 60
Binary 11101011 1001010 1100 0 1000101 1011111 1000 10001 1011010 110000

Color Harmonies of #EB4A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A0C

Black with #EB4A0C

Text Example


Text Example

White with #EB4A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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