Html Css Color HEX #E9BD07 Golden Poppy

📋 copy color: '#E9BD07'

red 233 ◦ green 189 ◦ blue 7

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

Shades of Golden Poppy #E9BD07

Tints of Golden Poppy #E9BD07

RGB

 RED value IS 233 (91.41% from 255) = 54.31%

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

 BLUE value IS 7 (3.13% from 255) = 1.63%

R = 54.31%
G = 44.06%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E9BD07 (or 0xE9BD07) is known color: Golden Poppy. HEX triplet: E9, BD and 07. RGB value is (233,189,7). Sum of RGB (Red+Green+Blue) = 233+189+7=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BD07 is #1642F8. Grayscale: #B6B6B6. Windows color (decimal): -1458937 or 507369. OLE color: 507369.

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

Color convert

RGB 233 189 7 -
CMYK 0 0.19 0.97 0.09
HSL 48.32º 0.94% 0.47% -
HSV(B) 48.32º 0.97% 0.91% -
XYZ 51.84 53.73 7.84 -
YUV 181.41 29.58 164.8 -
System Red Green Blue C M Y K H S L
Decimal 233 189 7 0 0.19 0.97 0.09 48.32 0.94 0.47
Hex E9 BD 7 0 13 61 9 30 5E 2F
Octal 351 275 7 0 23 141 11 60 136 57
Binary 11101001 10111101 111 0 10011 1100001 1001 110000 1011110 101111

Color Harmonies of #E9BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BD07

Black with #E9BD07

Text Example


Text Example

White with #E9BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BD07; }

 p { color: rgb(233,189,7); }

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

background-color css

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

 a { background-color: rgb(233,189,7); }

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

border-color css

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

 span { border-color: rgb(233,189,7); }

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