Html Css Color HEX #EB510A Persimmon

📋 copy color: '#EB510A'

red 235 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #EB510A

Tints of Persimmon #EB510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 72.09%
G = 24.85%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB510A (or 0xEB510A) is known color: Persimmon. HEX triplet: EB, 51 and 0A. RGB value is (235,81,10). Sum of RGB (Red+Green+Blue) = 235+81+10=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB510A is #14AEF5. Grayscale: #777777. Windows color (decimal): -1355510 or 676331. OLE color: 676331.

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

Color convert

RGB 235 81 10 -
CMYK 0 0.66 0.96 0.08
HSL 18.93º 0.92% 0.48% -
HSV(B) 18.93º 0.96% 0.92% -
XYZ 37.26 23.57 2.87 -
YUV 118.95 66.52 210.77 -
System Red Green Blue C M Y K H S L
Decimal 235 81 10 0 0.66 0.96 0.08 18.93 0.92 0.48
Hex EB 51 A 0 42 60 8 13 5C 30
Octal 353 121 12 0 102 140 10 23 134 60
Binary 11101011 1010001 1010 0 1000010 1100000 1000 10011 1011100 110000

Color Harmonies of #EB510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB510A

Black with #EB510A

Text Example


Text Example

White with #EB510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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