Html Css Color HEX #E75E0C Persimmon

📋 copy color: '#E75E0C'

red 231 ◦ green 94 ◦ blue 12

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

Shades of Persimmon #E75E0C

Tints of Persimmon #E75E0C

RGB

 RED value IS 231 (90.63% from 255) = 68.55%

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 68.55%
G = 27.89%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E75E0C (or 0xE75E0C) is known color: Persimmon. HEX triplet: E7, 5E and 0C. RGB value is (231,94,12). Sum of RGB (Red+Green+Blue) = 231+94+12=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75E0C is #18A1F3. Grayscale: #7E7E7E. Windows color (decimal): -1614324 or 810727. OLE color: 810727.

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

Color convert

RGB 231 94 12 -
CMYK 0 0.59 0.95 0.09
HSL 22.47º 0.9% 0.48% -
HSV(B) 22.47º 0.95% 0.91% -
XYZ 37.02 25.02 3.23 -
YUV 125.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 231 94 12 0 0.59 0.95 0.09 22.47 0.9 0.48
Hex E7 5E C 0 3B 5F 9 16 5A 30
Octal 347 136 14 0 73 137 11 26 132 60
Binary 11100111 1011110 1100 0 111011 1011111 1001 10110 1011010 110000

Color Harmonies of #E75E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75E0C

Black with #E75E0C

Text Example


Text Example

White with #E75E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75E0C; }

 p { color: rgb(231,94,12); }

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

background-color css

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

 a { background-color: rgb(231,94,12); }

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

border-color css

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

 span { border-color: rgb(231,94,12); }

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