Html Css Color HEX #E6530B Persimmon

📋 copy color: '#E6530B'

red 230 ◦ green 83 ◦ blue 11

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

Shades of Persimmon #E6530B

Tints of Persimmon #E6530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 70.99%
G = 25.62%
B = 3.4%

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

#E6530B (or 0xE6530B) is known color: Persimmon. HEX triplet: E6, 53 and 0B. RGB value is (230,83,11). Sum of RGB (Red+Green+Blue) = 230+83+11=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6530B is #19ACF4. Grayscale: #777777. Windows color (decimal): -1682677 or 742374. OLE color: 742374.

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

Color convert

RGB 230 83 11 -
CMYK 0 0.64 0.95 0.10
HSL 19.73º 0.91% 0.47% -
HSV(B) 19.73º 0.95% 0.9% -
XYZ 35.79 23.03 2.88 -
YUV 118.75 67.2 207.35 -
System Red Green Blue C M Y K H S L
Decimal 230 83 11 0 0.64 0.95 0.10 19.73 0.91 0.47
Hex E6 53 B 0 40 5F A 14 5B 2F
Octal 346 123 13 0 100 137 12 24 133 57
Binary 11100110 1010011 1011 0 1000000 1011111 1010 10100 1011011 101111

Color Harmonies of #E6530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6530B

Black with #E6530B

Text Example


Text Example

White with #E6530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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