Html Css Color HEX #E35F00 Persimmon

📋 copy color: '#E35F00'

red 227 ◦ green 95 ◦ blue 0

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

Shades of Persimmon #E35F00

Tints of Persimmon #E35F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.5%
G = 29.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E35F00 (or 0xE35F00) is known color: Persimmon. HEX triplet: E3, 5F and 00. RGB value is (227,95,0). Sum of RGB (Red+Green+Blue) = 227+95+0=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35F00 is #1CA0FF. Grayscale: #7C7C7C. Windows color (decimal): -1876224 or 24547. OLE color: 24547.

HSL color Cylindrical-coordinate representation of color #E35F00: hue angle of 25.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E35F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 0 -
CMYK 0 0.58 1 0.11
HSL 25.11º 1% 0.45% -
HSV(B) 25.11º 1% 0.89% -
XYZ 35.77 24.52 2.85 -
YUV 123.64 58.23 201.72 -
System Red Green Blue C M Y K H S L
Decimal 227 95 0 0 0.58 1 0.11 25.11 1 0.45
Hex E3 5F 0 0 3A 64 B 19 64 2D
Octal 343 137 0 0 72 144 13 31 144 55
Binary 11100011 1011111 0 0 111010 1100100 1011 11001 1100100 101101

Color Harmonies of #E35F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F00

Black with #E35F00

Text Example


Text Example

White with #E35F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F00; }

 p { color: rgb(227,95,0); }

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

background-color css

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

 a { background-color: rgb(227,95,0); }

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

border-color css

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

 span { border-color: rgb(227,95,0); }

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