Html Css Color HEX #E65E0B Persimmon

📋 copy color: '#E65E0B'

red 230 ◦ green 94 ◦ blue 11

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

Shades of Persimmon #E65E0B

Tints of Persimmon #E65E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 68.66%
G = 28.06%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E65E0B (or 0xE65E0B) is known color: Persimmon. HEX triplet: E6, 5E and 0B. RGB value is (230,94,11). Sum of RGB (Red+Green+Blue) = 230+94+11=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65E0B is #19A1F4. Grayscale: #7D7D7D. Windows color (decimal): -1679861 or 745190. OLE color: 745190.

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

Color convert

RGB 230 94 11 -
CMYK 0 0.59 0.95 0.10
HSL 22.74º 0.91% 0.47% -
HSV(B) 22.74º 0.95% 0.9% -
XYZ 36.7 24.85 3.18 -
YUV 125.2 63.56 202.75 -
System Red Green Blue C M Y K H S L
Decimal 230 94 11 0 0.59 0.95 0.10 22.74 0.91 0.47
Hex E6 5E B 0 3B 5F A 17 5B 2F
Octal 346 136 13 0 73 137 12 27 133 57
Binary 11100110 1011110 1011 0 111011 1011111 1010 10111 1011011 101111

Color Harmonies of #E65E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E0B

Black with #E65E0B

Text Example


Text Example

White with #E65E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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