Html Css Color HEX #E7BC00 Golden Poppy

📋 copy color: '#E7BC00'

red 231 ◦ green 188 ◦ blue 0

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

Shades of Golden Poppy #E7BC00

Tints of Golden Poppy #E7BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.13%
G = 44.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E7BC00 (or 0xE7BC00) is known color: Golden Poppy. HEX triplet: E7, BC and 00. RGB value is (231,188,0). Sum of RGB (Red+Green+Blue) = 231+188+0=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BC00 is #1843FF. Grayscale: #B4B4B4. Windows color (decimal): -1590272 or 48359. OLE color: 48359.

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

Color convert

RGB 231 188 0 -
CMYK 0 0.19 1 0.09
HSL 48.83º 1% 0.45% -
HSV(B) 48.83º 1% 0.91% -
XYZ 50.94 52.96 7.54 -
YUV 179.43 26.75 164.79 -
System Red Green Blue C M Y K H S L
Decimal 231 188 0 0 0.19 1 0.09 48.83 1 0.45
Hex E7 BC 0 0 13 64 9 31 64 2D
Octal 347 274 0 0 23 144 11 61 144 55
Binary 11100111 10111100 0 0 10011 1100100 1001 110001 1100100 101101

Color Harmonies of #E7BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC00

Black with #E7BC00

Text Example


Text Example

White with #E7BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC00; }

 p { color: rgb(231,188,0); }

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

background-color css

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

 a { background-color: rgb(231,188,0); }

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

border-color css

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

 span { border-color: rgb(231,188,0); }

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