Html Css Color HEX #E7BD01 Golden Poppy

📋 copy color: '#E7BD01'

red 231 ◦ green 189 ◦ blue 1

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

Shades of Golden Poppy #E7BD01

Tints of Golden Poppy #E7BD01

RGB

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

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

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

R = 54.87%
G = 44.89%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E7BD01 (or 0xE7BD01) is known color: Golden Poppy. HEX triplet: E7, BD and 01. RGB value is (231,189,1). Sum of RGB (Red+Green+Blue) = 231+189+1=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BD01 is #1842FE. Grayscale: #B4B4B4. Windows color (decimal): -1590015 or 114151. OLE color: 114151.

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

Color convert

RGB 231 189 1 -
CMYK 0 0.18 1.00 0.09
HSL 49.04º 0.99% 0.45% -
HSV(B) 49.04º 1% 0.91% -
XYZ 51.16 53.39 7.64 -
YUV 180.13 26.91 164.29 -
System Red Green Blue C M Y K H S L
Decimal 231 189 1 0 0.18 1.00 0.09 49.04 0.99 0.45
Hex E7 BD 1 0 12 64 9 31 63 2D
Octal 347 275 1 0 22 144 11 61 143 55
Binary 11100111 10111101 1 0 10010 1100100 1001 110001 1100011 101101

Color Harmonies of #E7BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD01

Black with #E7BD01

Text Example


Text Example

White with #E7BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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