Html Css Color HEX #E95D0B Persimmon

📋 copy color: '#E95D0B'

red 233 ◦ green 93 ◦ blue 11

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

Shades of Persimmon #E95D0B

Tints of Persimmon #E95D0B

RGB

 RED value IS 233 (91.41% from 255) = 69.14%

 GREEN value IS 93 (36.72% from 255) = 27.6%

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

R = 69.14%
G = 27.6%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E95D0B (or 0xE95D0B) is known color: Persimmon. HEX triplet: E9, 5D and 0B. RGB value is (233,93,11). Sum of RGB (Red+Green+Blue) = 233+93+11=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95D0B is #16A2F4. Grayscale: #7D7D7D. Windows color (decimal): -1483509 or 744937. OLE color: 744937.

HSL color Cylindrical-coordinate representation of color #E95D0B: hue angle of 22.16º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E95D0B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 93 11 -
CMYK 0 0.60 0.95 0.09
HSL 22.16º 0.91% 0.48% -
HSV(B) 22.16º 0.95% 0.91% -
XYZ 37.58 25.18 3.2 -
YUV 125.51 63.38 204.67 -
System Red Green Blue C M Y K H S L
Decimal 233 93 11 0 0.60 0.95 0.09 22.16 0.91 0.48
Hex E9 5D B 0 3C 5F 9 16 5B 30
Octal 351 135 13 0 74 137 11 26 133 60
Binary 11101001 1011101 1011 0 111100 1011111 1001 10110 1011011 110000

Color Harmonies of #E95D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95D0B

Black with #E95D0B

Text Example


Text Example

White with #E95D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95D0B; }

 p { color: rgb(233,93,11); }

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

background-color css

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

 a { background-color: rgb(233,93,11); }

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

border-color css

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

 span { border-color: rgb(233,93,11); }

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