Html Css Color HEX #EDB801 Golden Poppy

📋 copy color: '#EDB801'

red 237 ◦ green 184 ◦ blue 1

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

Shades of Golden Poppy #EDB801

Tints of Golden Poppy #EDB801

RGB

 RED value IS 237 (92.97% from 255) = 56.16%

 GREEN value IS 184 (72.27% from 255) = 43.6%

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

R = 56.16%
G = 43.6%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDB801 (or 0xEDB801) is known color: Golden Poppy. HEX triplet: ED, B8 and 01. RGB value is (237,184,1). Sum of RGB (Red+Green+Blue) = 237+184+1=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB801 is #1247FE. Grayscale: #B3B3B3. Windows color (decimal): -1198079 or 112877. OLE color: 112877.

HSL color Cylindrical-coordinate representation of color #EDB801: hue angle of 46.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDB801 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 1 -
CMYK 0 0.22 1.00 0.07
HSL 46.53º 0.99% 0.47% -
HSV(B) 46.53º 1% 0.93% -
XYZ 52.07 52.29 7.38 -
YUV 178.99 27.56 169.38 -
System Red Green Blue C M Y K H S L
Decimal 237 184 1 0 0.22 1.00 0.07 46.53 0.99 0.47
Hex ED B8 1 0 16 64 7 2F 63 2F
Octal 355 270 1 0 26 144 7 57 143 57
Binary 11101101 10111000 1 0 10110 1100100 111 101111 1100011 101111

Color Harmonies of #EDB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB801

Black with #EDB801

Text Example


Text Example

White with #EDB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB801; }

 p { color: rgb(237,184,1); }

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

background-color css

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

 a { background-color: rgb(237,184,1); }

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

border-color css

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

 span { border-color: rgb(237,184,1); }

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