Html Css Color HEX #EB4A12 Persimmon

📋 copy color: '#EB4A12'

red 235 ◦ green 74 ◦ blue 18

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

Shades of Persimmon #EB4A12

Tints of Persimmon #EB4A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 71.87%
G = 22.63%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB4A12 (or 0xEB4A12) is known color: Persimmon. HEX triplet: EB, 4A and 12. RGB value is (235,74,18). Sum of RGB (Red+Green+Blue) = 235+74+18=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A12 is #14B5ED. Grayscale: #747474. Windows color (decimal): -1357294 or 1198827. OLE color: 1198827.

HSL color Cylindrical-coordinate representation of color #EB4A12: hue angle of 15.48º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB4A12 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 18 -
CMYK 0 0.69 0.92 0.08
HSL 15.48º 0.86% 0.5% -
HSV(B) 15.48º 0.92% 0.92% -
XYZ 36.82 22.6 2.99 -
YUV 115.76 72.84 213.05 -
System Red Green Blue C M Y K H S L
Decimal 235 74 18 0 0.69 0.92 0.08 15.48 0.86 0.5
Hex EB 4A 12 0 45 5C 8 F 56 32
Octal 353 112 22 0 105 134 10 17 126 62
Binary 11101011 1001010 10010 0 1000101 1011100 1000 1111 1010110 110010

Color Harmonies of #EB4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A12

Black with #EB4A12

Text Example


Text Example

White with #EB4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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