Html Css Color HEX #EB4A08 Persimmon

📋 copy color: '#EB4A08'

red 235 ◦ green 74 ◦ blue 8

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

Shades of Persimmon #EB4A08

Tints of Persimmon #EB4A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 74.13%
G = 23.34%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB4A08 (or 0xEB4A08) is known color: Persimmon. HEX triplet: EB, 4A and 08. RGB value is (235,74,8). Sum of RGB (Red+Green+Blue) = 235+74+8=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A08 is #14B5F7. Grayscale: #737373. Windows color (decimal): -1357304 or 543467. OLE color: 543467.

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

Color convert

RGB 235 74 8 -
CMYK 0 0.69 0.97 0.08
HSL 17.44º 0.93% 0.48% -
HSV(B) 17.44º 0.97% 0.92% -
XYZ 36.75 22.58 2.65 -
YUV 114.62 67.84 213.87 -
System Red Green Blue C M Y K H S L
Decimal 235 74 8 0 0.69 0.97 0.08 17.44 0.93 0.48
Hex EB 4A 8 0 45 61 8 11 5D 30
Octal 353 112 10 0 105 141 10 21 135 60
Binary 11101011 1001010 1000 0 1000101 1100001 1000 10001 1011101 110000

Color Harmonies of #EB4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A08

Black with #EB4A08

Text Example


Text Example

White with #EB4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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