Html Css Color HEX #E6530C Persimmon

📋 copy color: '#E6530C'

red 230 ◦ green 83 ◦ blue 12

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

Shades of Persimmon #E6530C

Tints of Persimmon #E6530C

RGB

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

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

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

R = 70.77%
G = 25.54%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6530C (or 0xE6530C) is known color: Persimmon. HEX triplet: E6, 53 and 0C. RGB value is (230,83,12). Sum of RGB (Red+Green+Blue) = 230+83+12=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6530C is #19ACF3. Grayscale: #777777. Windows color (decimal): -1682676 or 807910. OLE color: 807910.

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

Color convert

RGB 230 83 12 -
CMYK 0 0.64 0.95 0.10
HSL 19.54º 0.9% 0.47% -
HSV(B) 19.54º 0.95% 0.9% -
XYZ 35.79 23.04 2.91 -
YUV 118.86 67.7 207.27 -
System Red Green Blue C M Y K H S L
Decimal 230 83 12 0 0.64 0.95 0.10 19.54 0.9 0.47
Hex E6 53 C 0 40 5F A 14 5A 2F
Octal 346 123 14 0 100 137 12 24 132 57
Binary 11100110 1010011 1100 0 1000000 1011111 1010 10100 1011010 101111

Color Harmonies of #E6530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6530C

Black with #E6530C

Text Example


Text Example

White with #E6530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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