Html Css Color HEX #E7C214 Sunflower

📋 copy color: '#E7C214'

red 231 ◦ green 194 ◦ blue 20

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

Shades of Sunflower #E7C214

Tints of Sunflower #E7C214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

 BLUE value IS 20 (8.2% from 255) = 4.49%

R = 51.91%
G = 43.6%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E7C214 (or 0xE7C214) is known color: Sunflower. HEX triplet: E7, C2 and 14. RGB value is (231,194,20). Sum of RGB (Red+Green+Blue) = 231+194+20=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C214 is #183DEB. Grayscale: #B9B9B9. Windows color (decimal): -1588716 or 1360615. OLE color: 1360615.

HSL color Cylindrical-coordinate representation of color #E7C214: hue angle of 49.48º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7C214 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 194 20 -
CMYK 0 0.16 0.91 0.09
HSL 49.48º 0.84% 0.49% -
HSV(B) 49.48º 0.91% 0.91% -
XYZ 52.37 55.62 8.64 -
YUV 185.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 231 194 20 0 0.16 0.91 0.09 49.48 0.84 0.49
Hex E7 C2 14 0 10 5B 9 31 54 31
Octal 347 302 24 0 20 133 11 61 124 61
Binary 11100111 11000010 10100 0 10000 1011011 1001 110001 1010100 110001

Color Harmonies of #E7C214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C214

Black with #E7C214

Text Example


Text Example

White with #E7C214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C214; }

 p { color: rgb(231,194,20); }

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

background-color css

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

 a { background-color: rgb(231,194,20); }

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

border-color css

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

 span { border-color: rgb(231,194,20); }

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