Html Css Color HEX #E35C0B Persimmon

📋 copy color: '#E35C0B'

red 227 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #E35C0B

Tints of Persimmon #E35C0B

RGB

 RED value IS 227 (89.06% from 255) = 68.79%

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

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

R = 68.79%
G = 27.88%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E35C0B (or 0xE35C0B) is known color: Persimmon. HEX triplet: E3, 5C and 0B. RGB value is (227,92,11). Sum of RGB (Red+Green+Blue) = 227+92+11=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35C0B is #1CA3F4. Grayscale: #7B7B7B. Windows color (decimal): -1876981 or 744675. OLE color: 744675.

HSL color Cylindrical-coordinate representation of color #E35C0B: hue angle of 22.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E35C0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 92 11 -
CMYK 0 0.59 0.95 0.11
HSL 22.5º 0.91% 0.47% -
HSV(B) 22.5º 0.95% 0.89% -
XYZ 35.57 24.01 3.08 -
YUV 123.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 227 92 11 0 0.59 0.95 0.11 22.5 0.91 0.47
Hex E3 5C B 0 3B 5F B 16 5B 2F
Octal 343 134 13 0 73 137 13 26 133 57
Binary 11100011 1011100 1011 0 111011 1011111 1011 10110 1011011 101111

Color Harmonies of #E35C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C0B

Black with #E35C0B

Text Example


Text Example

White with #E35C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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