Html Css Color HEX #E14306 Persimmon

📋 copy color: '#E14306'

red 225 ◦ green 67 ◦ blue 6

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

Shades of Persimmon #E14306

Tints of Persimmon #E14306

RGB

 RED value IS 225 (88.28% from 255) = 75.5%

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 75.5%
G = 22.48%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E14306 (or 0xE14306) is known color: Persimmon. HEX triplet: E1, 43 and 06. RGB value is (225,67,6). Sum of RGB (Red+Green+Blue) = 225+67+6=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E14306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14306 is #1EBCF9. Grayscale: #6B6B6B. Windows color (decimal): -2014458 or 410593. OLE color: 410593.

HSL color Cylindrical-coordinate representation of color #E14306: hue angle of 16.71º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E14306 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 6 -
CMYK 0 0.70 0.97 0.12
HSL 16.71º 0.95% 0.45% -
HSV(B) 16.71º 0.97% 0.88% -
XYZ 33.09 20.04 2.3 -
YUV 107.29 70.85 211.96 -
System Red Green Blue C M Y K H S L
Decimal 225 67 6 0 0.70 0.97 0.12 16.71 0.95 0.45
Hex E1 43 6 0 46 61 C 11 5F 2D
Octal 341 103 6 0 106 141 14 21 137 55
Binary 11100001 1000011 110 0 1000110 1100001 1100 10001 1011111 101101

Color Harmonies of #E14306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14306

Black with #E14306

Text Example


Text Example

White with #E14306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14306; }

 p { color: rgb(225,67,6); }

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

background-color css

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

 a { background-color: rgb(225,67,6); }

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

border-color css

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

 span { border-color: rgb(225,67,6); }

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