Html Css Color HEX #E7450C Persimmon

📋 copy color: '#E7450C'

red 231 ◦ green 69 ◦ blue 12

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

Shades of Persimmon #E7450C

Tints of Persimmon #E7450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 74.04%
G = 22.12%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7450C (or 0xE7450C) is known color: Persimmon. HEX triplet: E7, 45 and 0C. RGB value is (231,69,12). Sum of RGB (Red+Green+Blue) = 231+69+12=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7450C is #18BAF3. Grayscale: #6F6F6F. Windows color (decimal): -1620724 or 804327. OLE color: 804327.

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

Color convert

RGB 231 69 12 -
CMYK 0 0.70 0.95 0.09
HSL 15.62º 0.9% 0.48% -
HSV(B) 15.62º 0.95% 0.91% -
XYZ 35.15 21.27 2.6 -
YUV 110.94 72.17 213.63 -
System Red Green Blue C M Y K H S L
Decimal 231 69 12 0 0.70 0.95 0.09 15.62 0.9 0.48
Hex E7 45 C 0 46 5F 9 10 5A 30
Octal 347 105 14 0 106 137 11 20 132 60
Binary 11100111 1000101 1100 0 1000110 1011111 1001 10000 1011010 110000

Color Harmonies of #E7450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7450C

Black with #E7450C

Text Example


Text Example

White with #E7450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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