Html Css Color HEX #E4BD00 Golden Poppy

📋 copy color: '#E4BD00'

red 228 ◦ green 189 ◦ blue 0

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

Shades of Golden Poppy #E4BD00

Tints of Golden Poppy #E4BD00

RGB

 RED value IS 228 (89.45% from 255) = 54.68%

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

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

R = 54.68%
G = 45.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E4BD00 (or 0xE4BD00) is known color: Golden Poppy. HEX triplet: E4, BD and 00. RGB value is (228,189,0). Sum of RGB (Red+Green+Blue) = 228+189+0=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BD00 is #1B42FF. Grayscale: #B3B3B3. Windows color (decimal): -1786624 or 48612. OLE color: 48612.

HSL color Cylindrical-coordinate representation of color #E4BD00: hue angle of 49.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4BD00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 189 0 -
CMYK 0 0.17 1 0.11
HSL 49.74º 1% 0.45% -
HSV(B) 49.74º 1% 0.89% -
XYZ 50.19 52.89 7.56 -
YUV 179.12 26.92 162.87 -
System Red Green Blue C M Y K H S L
Decimal 228 189 0 0 0.17 1 0.11 49.74 1 0.45
Hex E4 BD 0 0 11 64 B 32 64 2D
Octal 344 275 0 0 21 144 13 62 144 55
Binary 11100100 10111101 0 0 10001 1100100 1011 110010 1100100 101101

Color Harmonies of #E4BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BD00

Black with #E4BD00

Text Example


Text Example

White with #E4BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BD00; }

 p { color: rgb(228,189,0); }

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

background-color css

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

 a { background-color: rgb(228,189,0); }

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

border-color css

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

 span { border-color: rgb(228,189,0); }

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