Html Css Color HEX #EB4D14 Persimmon

📋 copy color: '#EB4D14'

red 235 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #EB4D14

Tints of Persimmon #EB4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 70.78%
G = 23.19%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB4D14 (or 0xEB4D14) is known color: Persimmon. HEX triplet: EB, 4D and 14. RGB value is (235,77,20). Sum of RGB (Red+Green+Blue) = 235+77+20=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4D14 is #14B2EB. Grayscale: #767676. Windows color (decimal): -1356524 or 1330667. OLE color: 1330667.

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

Color convert

RGB 235 77 20 -
CMYK 0 0.67 0.91 0.08
HSL 15.91º 0.84% 0.5% -
HSV(B) 15.91º 0.91% 0.92% -
XYZ 37.04 23.02 3.15 -
YUV 117.74 72.85 211.63 -
System Red Green Blue C M Y K H S L
Decimal 235 77 20 0 0.67 0.91 0.08 15.91 0.84 0.5
Hex EB 4D 14 0 43 5B 8 10 54 32
Octal 353 115 24 0 103 133 10 20 124 62
Binary 11101011 1001101 10100 0 1000011 1011011 1000 10000 1010100 110010

Color Harmonies of #EB4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D14

Black with #EB4D14

Text Example


Text Example

White with #EB4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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