Html Css Color HEX #E6500B Persimmon

📋 copy color: '#E6500B'

red 230 ◦ green 80 ◦ blue 11

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

Shades of Persimmon #E6500B

Tints of Persimmon #E6500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 71.65%
G = 24.92%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6500B (or 0xE6500B) is known color: Persimmon. HEX triplet: E6, 50 and 0B. RGB value is (230,80,11). Sum of RGB (Red+Green+Blue) = 230+80+11=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E6500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6500B is #19AFF4. Grayscale: #757575. Windows color (decimal): -1683445 or 741606. OLE color: 741606.

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

Color convert

RGB 230 80 11 -
CMYK 0 0.65 0.95 0.10
HSL 18.9º 0.91% 0.47% -
HSV(B) 18.9º 0.95% 0.9% -
XYZ 35.56 22.58 2.8 -
YUV 116.98 68.2 208.61 -
System Red Green Blue C M Y K H S L
Decimal 230 80 11 0 0.65 0.95 0.10 18.9 0.91 0.47
Hex E6 50 B 0 41 5F A 13 5B 2F
Octal 346 120 13 0 101 137 12 23 133 57
Binary 11100110 1010000 1011 0 1000001 1011111 1010 10011 1011011 101111

Color Harmonies of #E6500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6500B

Black with #E6500B

Text Example


Text Example

White with #E6500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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