Html Css Color HEX #E65C0B Persimmon

📋 copy color: '#E65C0B'

red 230 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #E65C0B

Tints of Persimmon #E65C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

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

R = 69.07%
G = 27.63%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E65C0B (or 0xE65C0B) is known color: Persimmon. HEX triplet: E6, 5C and 0B. RGB value is (230,92,11). Sum of RGB (Red+Green+Blue) = 230+92+11=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C0B is #19A3F4. Grayscale: #7C7C7C. Windows color (decimal): -1680373 or 744678. OLE color: 744678.

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

Color convert

RGB 230 92 11 -
CMYK 0 0.60 0.95 0.10
HSL 22.19º 0.91% 0.47% -
HSV(B) 22.19º 0.95% 0.9% -
XYZ 36.52 24.5 3.12 -
YUV 124.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 230 92 11 0 0.60 0.95 0.10 22.19 0.91 0.47
Hex E6 5C B 0 3C 5F A 16 5B 2F
Octal 346 134 13 0 74 137 12 26 133 57
Binary 11100110 1011100 1011 0 111100 1011111 1010 10110 1011011 101111

Color Harmonies of #E65C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C0B

Black with #E65C0B

Text Example


Text Example

White with #E65C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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