Html Css Color HEX #E5BA03 Golden Poppy

📋 copy color: '#E5BA03'

red 229 ◦ green 186 ◦ blue 3

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

Shades of Golden Poppy #E5BA03

Tints of Golden Poppy #E5BA03

RGB

 RED value IS 229 (89.84% from 255) = 54.78%

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 54.78%
G = 44.5%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5BA03 (or 0xE5BA03) is known color: Golden Poppy. HEX triplet: E5, BA and 03. RGB value is (229,186,3). Sum of RGB (Red+Green+Blue) = 229+186+3=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BA03 is #1A45FC. Grayscale: #B2B2B2. Windows color (decimal): -1721853 or 244453. OLE color: 244453.

HSL color Cylindrical-coordinate representation of color #E5BA03: hue angle of 48.58º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5BA03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 3 -
CMYK 0 0.19 0.99 0.10
HSL 48.58º 0.97% 0.45% -
HSV(B) 48.58º 0.99% 0.9% -
XYZ 49.89 51.78 7.45 -
YUV 178 29.25 164.38 -
System Red Green Blue C M Y K H S L
Decimal 229 186 3 0 0.19 0.99 0.10 48.58 0.97 0.45
Hex E5 BA 3 0 13 63 A 31 61 2D
Octal 345 272 3 0 23 143 12 61 141 55
Binary 11100101 10111010 11 0 10011 1100011 1010 110001 1100001 101101

Color Harmonies of #E5BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA03

Black with #E5BA03

Text Example


Text Example

White with #E5BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA03; }

 p { color: rgb(229,186,3); }

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

background-color css

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

 a { background-color: rgb(229,186,3); }

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

border-color css

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

 span { border-color: rgb(229,186,3); }

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