Html Css Color HEX #EB4A10 Persimmon

📋 copy color: '#EB4A10'

red 235 ◦ green 74 ◦ blue 16

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

Shades of Persimmon #EB4A10

Tints of Persimmon #EB4A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 72.31%
G = 22.77%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB4A10 (or 0xEB4A10) is known color: Persimmon. HEX triplet: EB, 4A and 10. RGB value is (235,74,16). Sum of RGB (Red+Green+Blue) = 235+74+16=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A10 is #14B5EF. Grayscale: #737373. Windows color (decimal): -1357296 or 1067755. OLE color: 1067755.

HSL color Cylindrical-coordinate representation of color #EB4A10: hue angle of 15.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB4A10 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 16 -
CMYK 0 0.69 0.93 0.08
HSL 15.89º 0.87% 0.49% -
HSV(B) 15.89º 0.93% 0.92% -
XYZ 36.8 22.6 2.91 -
YUV 115.53 71.84 213.22 -
System Red Green Blue C M Y K H S L
Decimal 235 74 16 0 0.69 0.93 0.08 15.89 0.87 0.49
Hex EB 4A 10 0 45 5D 8 10 57 31
Octal 353 112 20 0 105 135 10 20 127 61
Binary 11101011 1001010 10000 0 1000101 1011101 1000 10000 1010111 110001

Color Harmonies of #EB4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A10

Black with #EB4A10

Text Example


Text Example

White with #EB4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A10; }

 p { color: rgb(235,74,16); }

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

background-color css

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

 a { background-color: rgb(235,74,16); }

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

border-color css

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

 span { border-color: rgb(235,74,16); }

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