Html Css Color HEX #E7C006 Golden Poppy

📋 copy color: '#E7C006'

red 231 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #E7C006

Tints of Golden Poppy #E7C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 53.85%
G = 44.76%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7C006 (or 0xE7C006) is known color: Golden Poppy. HEX triplet: E7, C0 and 06. RGB value is (231,192,6). Sum of RGB (Red+Green+Blue) = 231+192+6=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C006 is #183FF9. Grayscale: #B7B7B7. Windows color (decimal): -1589242 or 442599. OLE color: 442599.

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

Color convert

RGB 231 192 6 -
CMYK 0 0.17 0.97 0.09
HSL 49.6º 0.95% 0.46% -
HSV(B) 49.6º 0.97% 0.91% -
XYZ 51.84 54.7 8 -
YUV 182.46 28.42 162.62 -
System Red Green Blue C M Y K H S L
Decimal 231 192 6 0 0.17 0.97 0.09 49.6 0.95 0.46
Hex E7 C0 6 0 11 61 9 32 5F 2E
Octal 347 300 6 0 21 141 11 62 137 56
Binary 11100111 11000000 110 0 10001 1100001 1001 110010 1011111 101110

Color Harmonies of #E7C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C006

Black with #E7C006

Text Example


Text Example

White with #E7C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C006; }

 p { color: rgb(231,192,6); }

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

background-color css

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

 a { background-color: rgb(231,192,6); }

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

border-color css

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

 span { border-color: rgb(231,192,6); }

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