Html Css Color HEX #EB4A14 Persimmon

📋 copy color: '#EB4A14'

red 235 ◦ green 74 ◦ blue 20

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

Shades of Persimmon #EB4A14

Tints of Persimmon #EB4A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 71.43%
G = 22.49%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB4A14 (or 0xEB4A14) is known color: Persimmon. HEX triplet: EB, 4A and 14. RGB value is (235,74,20). Sum of RGB (Red+Green+Blue) = 235+74+20=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A14 is #14B5EB. Grayscale: #747474. Windows color (decimal): -1357292 or 1329899. OLE color: 1329899.

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

Color convert

RGB 235 74 20 -
CMYK 0 0.69 0.91 0.08
HSL 15.07º 0.84% 0.5% -
HSV(B) 15.07º 0.91% 0.92% -
XYZ 36.84 22.61 3.08 -
YUV 115.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 235 74 20 0 0.69 0.91 0.08 15.07 0.84 0.5
Hex EB 4A 14 0 45 5B 8 F 54 32
Octal 353 112 24 0 105 133 10 17 124 62
Binary 11101011 1001010 10100 0 1000101 1011011 1000 1111 1010100 110010

Color Harmonies of #EB4A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A14

Black with #EB4A14

Text Example


Text Example

White with #EB4A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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