Html Css Color HEX #EABD01 Golden Poppy

📋 copy color: '#EABD01'

red 234 ◦ green 189 ◦ blue 1

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

Shades of Golden Poppy #EABD01

Tints of Golden Poppy #EABD01

RGB

 RED value IS 234 (91.8% from 255) = 55.19%

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

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

R = 55.19%
G = 44.58%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EABD01 (or 0xEABD01) is known color: Golden Poppy. HEX triplet: EA, BD and 01. RGB value is (234,189,1). Sum of RGB (Red+Green+Blue) = 234+189+1=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD01 is #1542FE. Grayscale: #B5B5B5. Windows color (decimal): -1393407 or 114154. OLE color: 114154.

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

Color convert

RGB 234 189 1 -
CMYK 0 0.19 1.00 0.08
HSL 48.41º 0.99% 0.46% -
HSV(B) 48.41º 1% 0.92% -
XYZ 52.13 53.89 7.68 -
YUV 181.02 26.41 165.79 -
System Red Green Blue C M Y K H S L
Decimal 234 189 1 0 0.19 1.00 0.08 48.41 0.99 0.46
Hex EA BD 1 0 13 64 8 30 63 2E
Octal 352 275 1 0 23 144 10 60 143 56
Binary 11101010 10111101 1 0 10011 1100100 1000 110000 1100011 101110

Color Harmonies of #EABD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD01

Black with #EABD01

Text Example


Text Example

White with #EABD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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