Html Css Color HEX #E6510A Persimmon

📋 copy color: '#E6510A'

red 230 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #E6510A

Tints of Persimmon #E6510A

RGB

 RED value IS 230 (90.23% from 255) = 71.65%

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

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

R = 71.65%
G = 25.23%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6510A (or 0xE6510A) is known color: Persimmon. HEX triplet: E6, 51 and 0A. RGB value is (230,81,10). Sum of RGB (Red+Green+Blue) = 230+81+10=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E6510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6510A is #19AEF5. Grayscale: #757575. Windows color (decimal): -1683190 or 676326. OLE color: 676326.

HSL color Cylindrical-coordinate representation of color #E6510A: hue angle of 19.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6510A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 10 -
CMYK 0 0.65 0.96 0.10
HSL 19.36º 0.92% 0.47% -
HSV(B) 19.36º 0.96% 0.9% -
XYZ 35.63 22.73 2.8 -
YUV 117.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 230 81 10 0 0.65 0.96 0.10 19.36 0.92 0.47
Hex E6 51 A 0 41 60 A 13 5C 2F
Octal 346 121 12 0 101 140 12 23 134 57
Binary 11100110 1010001 1010 0 1000001 1100000 1010 10011 1011100 101111

Color Harmonies of #E6510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6510A

Black with #E6510A

Text Example


Text Example

White with #E6510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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