Html Css Color HEX #EB4908 Persimmon

📋 copy color: '#EB4908'

red 235 ◦ green 73 ◦ blue 8

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

Shades of Persimmon #EB4908

Tints of Persimmon #EB4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 74.37%
G = 23.1%
B = 2.53%

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

#EB4908 (or 0xEB4908) is known color: Persimmon. HEX triplet: EB, 49 and 08. RGB value is (235,73,8). Sum of RGB (Red+Green+Blue) = 235+73+8=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4908 is #14B6F7. Grayscale: #727272. Windows color (decimal): -1357560 or 543211. OLE color: 543211.

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

Color convert

RGB 235 73 8 -
CMYK 0 0.69 0.97 0.08
HSL 17.18º 0.93% 0.48% -
HSV(B) 17.18º 0.97% 0.92% -
XYZ 36.69 22.44 2.63 -
YUV 114.03 68.17 214.29 -
System Red Green Blue C M Y K H S L
Decimal 235 73 8 0 0.69 0.97 0.08 17.18 0.93 0.48
Hex EB 49 8 0 45 61 8 11 5D 30
Octal 353 111 10 0 105 141 10 21 135 60
Binary 11101011 1001001 1000 0 1000101 1100001 1000 10001 1011101 110000

Color Harmonies of #EB4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4908

Black with #EB4908

Text Example


Text Example

White with #EB4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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