Html Css Color HEX #E35A0C Persimmon

📋 copy color: '#E35A0C'

red 227 ◦ green 90 ◦ blue 12

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

Shades of Persimmon #E35A0C

Tints of Persimmon #E35A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

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

R = 69%
G = 27.36%
B = 3.65%

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

#E35A0C (or 0xE35A0C) is known color: Persimmon. HEX triplet: E3, 5A and 0C. RGB value is (227,90,12). Sum of RGB (Red+Green+Blue) = 227+90+12=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A0C is #1CA5F3. Grayscale: #7A7A7A. Windows color (decimal): -1877492 or 809699. OLE color: 809699.

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

Color convert

RGB 227 90 12 -
CMYK 0 0.60 0.95 0.11
HSL 21.77º 0.9% 0.47% -
HSV(B) 21.77º 0.95% 0.89% -
XYZ 35.4 23.67 3.05 -
YUV 122.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 227 90 12 0 0.60 0.95 0.11 21.77 0.9 0.47
Hex E3 5A C 0 3C 5F B 16 5A 2F
Octal 343 132 14 0 74 137 13 26 132 57
Binary 11100011 1011010 1100 0 111100 1011111 1011 10110 1011010 101111

Color Harmonies of #E35A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A0C

Black with #E35A0C

Text Example


Text Example

White with #E35A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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