Html Css Color HEX #E7BD06 Golden Poppy

📋 copy color: '#E7BD06'

red 231 ◦ green 189 ◦ blue 6

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

Shades of Golden Poppy #E7BD06

Tints of Golden Poppy #E7BD06

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.37%

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

R = 54.23%
G = 44.37%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7BD06 (or 0xE7BD06) is known color: Golden Poppy. HEX triplet: E7, BD and 06. RGB value is (231,189,6). Sum of RGB (Red+Green+Blue) = 231+189+6=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BD06 is #1842F9. Grayscale: #B5B5B5. Windows color (decimal): -1590010 or 441831. OLE color: 441831.

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

Color convert

RGB 231 189 6 -
CMYK 0 0.18 0.97 0.09
HSL 48.8º 0.95% 0.46% -
HSV(B) 48.8º 0.97% 0.91% -
XYZ 51.19 53.4 7.78 -
YUV 180.7 29.41 163.88 -
System Red Green Blue C M Y K H S L
Decimal 231 189 6 0 0.18 0.97 0.09 48.8 0.95 0.46
Hex E7 BD 6 0 12 61 9 31 5F 2E
Octal 347 275 6 0 22 141 11 61 137 56
Binary 11100111 10111101 110 0 10010 1100001 1001 110001 1011111 101110

Color Harmonies of #E7BD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD06

Black with #E7BD06

Text Example


Text Example

White with #E7BD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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