Html Css Color HEX #EB4900 Persimmon

📋 copy color: '#EB4900'

red 235 ◦ green 73 ◦ blue 0

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

Shades of Persimmon #EB4900

Tints of Persimmon #EB4900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.3%
G = 23.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB4900 (or 0xEB4900) is known color: Persimmon. HEX triplet: EB, 49 and 00. RGB value is (235,73,0). Sum of RGB (Red+Green+Blue) = 235+73+0=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4900 is #14B6FF. Grayscale: #717171. Windows color (decimal): -1357568 or 18923. OLE color: 18923.

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

Color convert

RGB 235 73 0 -
CMYK 0 0.69 1 0.08
HSL 18.64º 1% 0.46% -
HSV(B) 18.64º 1% 0.92% -
XYZ 36.64 22.43 2.4 -
YUV 113.12 64.17 214.94 -
System Red Green Blue C M Y K H S L
Decimal 235 73 0 0 0.69 1 0.08 18.64 1 0.46
Hex EB 49 0 0 45 64 8 13 64 2E
Octal 353 111 0 0 105 144 10 23 144 56
Binary 11101011 1001001 0 0 1000101 1100100 1000 10011 1100100 101110

Color Harmonies of #EB4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4900

Black with #EB4900

Text Example


Text Example

White with #EB4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4900; }

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

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

background-color css

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

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

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

border-color css

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

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

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