Html Css Color HEX #EB4C18 Persimmon

📋 copy color: '#EB4C18'

red 235 ◦ green 76 ◦ blue 24

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

Shades of Persimmon #EB4C18

Tints of Persimmon #EB4C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 70.15%
G = 22.69%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB4C18 (or 0xEB4C18) is known color: Persimmon. HEX triplet: EB, 4C and 18. RGB value is (235,76,24). Sum of RGB (Red+Green+Blue) = 235+76+24=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4C18 is #14B3E7. Grayscale: #757575. Windows color (decimal): -1356776 or 1592555. OLE color: 1592555.

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

Color convert

RGB 235 76 24 -
CMYK 0 0.68 0.90 0.08
HSL 14.79º 0.84% 0.51% -
HSV(B) 14.79º 0.9% 0.92% -
XYZ 37.01 22.9 3.33 -
YUV 117.61 75.18 211.73 -
System Red Green Blue C M Y K H S L
Decimal 235 76 24 0 0.68 0.90 0.08 14.79 0.84 0.51
Hex EB 4C 18 0 44 5A 8 F 54 33
Octal 353 114 30 0 104 132 10 17 124 63
Binary 11101011 1001100 11000 0 1000100 1011010 1000 1111 1010100 110011

Color Harmonies of #EB4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C18

Black with #EB4C18

Text Example


Text Example

White with #EB4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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