Html Css Color HEX #EB4D18 Persimmon

📋 copy color: '#EB4D18'

red 235 ◦ green 77 ◦ blue 24

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

Shades of Persimmon #EB4D18

Tints of Persimmon #EB4D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.14%

R = 69.94%
G = 22.92%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB4D18 (or 0xEB4D18) is known color: Persimmon. HEX triplet: EB, 4D and 18. RGB value is (235,77,24). Sum of RGB (Red+Green+Blue) = 235+77+24=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4D18 is #14B2E7. Grayscale: #767676. Windows color (decimal): -1356520 or 1592811. OLE color: 1592811.

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

Color convert

RGB 235 77 24 -
CMYK 0 0.67 0.90 0.08
HSL 15.07º 0.84% 0.51% -
HSV(B) 15.07º 0.9% 0.92% -
XYZ 37.08 23.04 3.36 -
YUV 118.2 74.85 211.31 -
System Red Green Blue C M Y K H S L
Decimal 235 77 24 0 0.67 0.90 0.08 15.07 0.84 0.51
Hex EB 4D 18 0 43 5A 8 F 54 33
Octal 353 115 30 0 103 132 10 17 124 63
Binary 11101011 1001101 11000 0 1000011 1011010 1000 1111 1010100 110011

Color Harmonies of #EB4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D18

Black with #EB4D18

Text Example


Text Example

White with #EB4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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