Html Css Color HEX #EB4C16 Persimmon

📋 copy color: '#EB4C16'

red 235 ◦ green 76 ◦ blue 22

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

Shades of Persimmon #EB4C16

Tints of Persimmon #EB4C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 70.57%
G = 22.82%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB4C16 (or 0xEB4C16) is known color: Persimmon. HEX triplet: EB, 4C and 16. RGB value is (235,76,22). Sum of RGB (Red+Green+Blue) = 235+76+22=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4C16 is #14B3E9. Grayscale: #757575. Windows color (decimal): -1356778 or 1461483. OLE color: 1461483.

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

Color convert

RGB 235 76 22 -
CMYK 0 0.68 0.91 0.08
HSL 15.21º 0.84% 0.5% -
HSV(B) 15.21º 0.91% 0.92% -
XYZ 36.99 22.89 3.23 -
YUV 117.39 74.18 211.89 -
System Red Green Blue C M Y K H S L
Decimal 235 76 22 0 0.68 0.91 0.08 15.21 0.84 0.5
Hex EB 4C 16 0 44 5B 8 F 54 32
Octal 353 114 26 0 104 133 10 17 124 62
Binary 11101011 1001100 10110 0 1000100 1011011 1000 1111 1010100 110010

Color Harmonies of #EB4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C16

Black with #EB4C16

Text Example


Text Example

White with #EB4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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