Html Css Color HEX #EB4D17 Persimmon

📋 copy color: '#EB4D17'

red 235 ◦ green 77 ◦ blue 23

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

Shades of Persimmon #EB4D17

Tints of Persimmon #EB4D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 70.15%
G = 22.99%
B = 6.87%

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

#EB4D17 (or 0xEB4D17) is known color: Persimmon. HEX triplet: EB, 4D and 17. RGB value is (235,77,23). Sum of RGB (Red+Green+Blue) = 235+77+23=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4D17 is #14B2E8. Grayscale: #767676. Windows color (decimal): -1356521 or 1527275. OLE color: 1527275.

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

Color convert

RGB 235 77 23 -
CMYK 0 0.67 0.90 0.08
HSL 15.28º 0.84% 0.51% -
HSV(B) 15.28º 0.9% 0.92% -
XYZ 37.07 23.03 3.3 -
YUV 118.09 74.35 211.39 -
System Red Green Blue C M Y K H S L
Decimal 235 77 23 0 0.67 0.90 0.08 15.28 0.84 0.51
Hex EB 4D 17 0 43 5A 8 F 54 33
Octal 353 115 27 0 103 132 10 17 124 63
Binary 11101011 1001101 10111 0 1000011 1011010 1000 1111 1010100 110011

Color Harmonies of #EB4D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D17

Black with #EB4D17

Text Example


Text Example

White with #EB4D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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