Html Css Color HEX #EB510C Persimmon

📋 copy color: '#EB510C'

red 235 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #EB510C

Tints of Persimmon #EB510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

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

R = 71.65%
G = 24.7%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB510C (or 0xEB510C) is known color: Persimmon. HEX triplet: EB, 51 and 0C. RGB value is (235,81,12). Sum of RGB (Red+Green+Blue) = 235+81+12=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB510C is #14AEF3. Grayscale: #777777. Windows color (decimal): -1355508 or 807403. OLE color: 807403.

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

Color convert

RGB 235 81 12 -
CMYK 0 0.66 0.95 0.08
HSL 18.57º 0.9% 0.48% -
HSV(B) 18.57º 0.95% 0.92% -
XYZ 37.27 23.57 2.93 -
YUV 119.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 235 81 12 0 0.66 0.95 0.08 18.57 0.9 0.48
Hex EB 51 C 0 42 5F 8 13 5A 30
Octal 353 121 14 0 102 137 10 23 132 60
Binary 11101011 1010001 1100 0 1000010 1011111 1000 10011 1011010 110000

Color Harmonies of #EB510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB510C

Black with #EB510C

Text Example


Text Example

White with #EB510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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