Html Css Color HEX #E35B0C Persimmon

📋 copy color: '#E35B0C'

red 227 ◦ green 91 ◦ blue 12

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

Shades of Persimmon #E35B0C

Tints of Persimmon #E35B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 68.79%
G = 27.58%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E35B0C (or 0xE35B0C) is known color: Persimmon. HEX triplet: E3, 5B and 0C. RGB value is (227,91,12). Sum of RGB (Red+Green+Blue) = 227+91+12=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35B0C is #1CA4F3. Grayscale: #7B7B7B. Windows color (decimal): -1877236 or 809955. OLE color: 809955.

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

Color convert

RGB 227 91 12 -
CMYK 0 0.60 0.95 0.11
HSL 22.05º 0.9% 0.47% -
HSV(B) 22.05º 0.95% 0.89% -
XYZ 35.49 23.84 3.08 -
YUV 122.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 227 91 12 0 0.60 0.95 0.11 22.05 0.9 0.47
Hex E3 5B C 0 3C 5F B 16 5A 2F
Octal 343 133 14 0 74 137 13 26 132 57
Binary 11100011 1011011 1100 0 111100 1011111 1011 10110 1011010 101111

Color Harmonies of #E35B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35B0C

Black with #E35B0C

Text Example


Text Example

White with #E35B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35B0C; }

 p { color: rgb(227,91,12); }

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

background-color css

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

 a { background-color: rgb(227,91,12); }

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

border-color css

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

 span { border-color: rgb(227,91,12); }

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