Html Css Color HEX #E7BA01 Golden Poppy

📋 copy color: '#E7BA01'

red 231 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #E7BA01

Tints of Golden Poppy #E7BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 55.26%
G = 44.5%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E7BA01 (or 0xE7BA01) is known color: Golden Poppy. HEX triplet: E7, BA and 01. RGB value is (231,186,1). Sum of RGB (Red+Green+Blue) = 231+186+1=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BA01 is #1845FE. Grayscale: #B3B3B3. Windows color (decimal): -1590783 or 113383. OLE color: 113383.

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

Color convert

RGB 231 186 1 -
CMYK 0 0.19 1.00 0.09
HSL 48.26º 0.99% 0.45% -
HSV(B) 48.26º 1% 0.91% -
XYZ 50.52 52.11 7.42 -
YUV 178.37 27.91 165.54 -
System Red Green Blue C M Y K H S L
Decimal 231 186 1 0 0.19 1.00 0.09 48.26 0.99 0.45
Hex E7 BA 1 0 13 64 9 30 63 2D
Octal 347 272 1 0 23 144 11 60 143 55
Binary 11100111 10111010 1 0 10011 1100100 1001 110000 1100011 101101

Color Harmonies of #E7BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA01

Black with #E7BA01

Text Example


Text Example

White with #E7BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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