Html Css Color HEX #E6530A Persimmon

📋 copy color: '#E6530A'

red 230 ◦ green 83 ◦ blue 10

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

Shades of Persimmon #E6530A

Tints of Persimmon #E6530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 71.21%
G = 25.7%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6530A (or 0xE6530A) is known color: Persimmon. HEX triplet: E6, 53 and 0A. RGB value is (230,83,10). Sum of RGB (Red+Green+Blue) = 230+83+10=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6530A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6530A is #19ACF5. Grayscale: #777777. Windows color (decimal): -1682678 or 676838. OLE color: 676838.

HSL color Cylindrical-coordinate representation of color #E6530A: hue angle of 19.91º 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 #E6530A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 10 -
CMYK 0 0.64 0.96 0.10
HSL 19.91º 0.92% 0.47% -
HSV(B) 19.91º 0.96% 0.9% -
XYZ 35.78 23.03 2.85 -
YUV 118.63 66.7 207.44 -
System Red Green Blue C M Y K H S L
Decimal 230 83 10 0 0.64 0.96 0.10 19.91 0.92 0.47
Hex E6 53 A 0 40 60 A 14 5C 2F
Octal 346 123 12 0 100 140 12 24 134 57
Binary 11100110 1010011 1010 0 1000000 1100000 1010 10100 1011100 101111

Color Harmonies of #E6530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6530A

Black with #E6530A

Text Example


Text Example

White with #E6530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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