Html Css Color HEX #E7BA00 Golden Poppy

📋 copy color: '#E7BA00'

red 231 ◦ green 186 ◦ blue 0

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

Shades of Golden Poppy #E7BA00

Tints of Golden Poppy #E7BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

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

R = 55.4%
G = 44.6%
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

#E7BA00 (or 0xE7BA00) is known color: Golden Poppy. HEX triplet: E7, BA and 00. RGB value is (231,186,0). Sum of RGB (Red+Green+Blue) = 231+186+0=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BA00 is #1845FF. Grayscale: #B3B3B3. Windows color (decimal): -1590784 or 47847. OLE color: 47847.

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

Color convert

RGB 231 186 0 -
CMYK 0 0.19 1 0.09
HSL 48.31º 1% 0.45% -
HSV(B) 48.31º 1% 0.91% -
XYZ 50.51 52.11 7.4 -
YUV 178.25 27.41 165.62 -
System Red Green Blue C M Y K H S L
Decimal 231 186 0 0 0.19 1 0.09 48.31 1 0.45
Hex E7 BA 0 0 13 64 9 30 64 2D
Octal 347 272 0 0 23 144 11 60 144 55
Binary 11100111 10111010 0 0 10011 1100100 1001 110000 1100100 101101

Color Harmonies of #E7BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA00

Black with #E7BA00

Text Example


Text Example

White with #E7BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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