Html Css Color HEX #EB490C Persimmon

📋 copy color: '#EB490C'

red 235 ◦ green 73 ◦ blue 12

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

Shades of Persimmon #EB490C

Tints of Persimmon #EB490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 73.44%
G = 22.81%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB490C (or 0xEB490C) is known color: Persimmon. HEX triplet: EB, 49 and 0C. RGB value is (235,73,12). Sum of RGB (Red+Green+Blue) = 235+73+12=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB490C is #14B6F3. Grayscale: #727272. Windows color (decimal): -1357556 or 805355. OLE color: 805355.

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

Color convert

RGB 235 73 12 -
CMYK 0 0.69 0.95 0.08
HSL 16.41º 0.9% 0.48% -
HSV(B) 16.41º 0.95% 0.92% -
XYZ 36.71 22.45 2.75 -
YUV 114.48 70.17 213.96 -
System Red Green Blue C M Y K H S L
Decimal 235 73 12 0 0.69 0.95 0.08 16.41 0.9 0.48
Hex EB 49 C 0 45 5F 8 10 5A 30
Octal 353 111 14 0 105 137 10 20 132 60
Binary 11101011 1001001 1100 0 1000101 1011111 1000 10000 1011010 110000

Color Harmonies of #EB490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB490C

Black with #EB490C

Text Example


Text Example

White with #EB490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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