Html Css Color HEX #E6530D Persimmon

📋 copy color: '#E6530D'

red 230 ◦ green 83 ◦ blue 13

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

Shades of Persimmon #E6530D

Tints of Persimmon #E6530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 70.55%
G = 25.46%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6530D (or 0xE6530D) is known color: Persimmon. HEX triplet: E6, 53 and 0D. RGB value is (230,83,13). Sum of RGB (Red+Green+Blue) = 230+83+13=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6530D is #19ACF2. Grayscale: #777777. Windows color (decimal): -1682675 or 873446. OLE color: 873446.

HSL color Cylindrical-coordinate representation of color #E6530D: hue angle of 19.35º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6530D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 13 -
CMYK 0 0.64 0.94 0.10
HSL 19.35º 0.89% 0.48% -
HSV(B) 19.35º 0.94% 0.9% -
XYZ 35.8 23.04 2.94 -
YUV 118.97 68.2 207.19 -
System Red Green Blue C M Y K H S L
Decimal 230 83 13 0 0.64 0.94 0.10 19.35 0.89 0.48
Hex E6 53 D 0 40 5E A 13 59 30
Octal 346 123 15 0 100 136 12 23 131 60
Binary 11100110 1010011 1101 0 1000000 1011110 1010 10011 1011001 110000

Color Harmonies of #E6530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6530D

Black with #E6530D

Text Example


Text Example

White with #E6530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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