Html Css Color HEX #EDB800 Golden Poppy

📋 copy color: '#EDB800'

red 237 ◦ green 184 ◦ blue 0

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

Shades of Golden Poppy #EDB800

Tints of Golden Poppy #EDB800

RGB

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

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

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

R = 56.29%
G = 43.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDB800 (or 0xEDB800) is known color: Golden Poppy. HEX triplet: ED, B8 and 00. RGB value is (237,184,0). Sum of RGB (Red+Green+Blue) = 237+184+0=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB800 is #1247FF. Grayscale: #B3B3B3. Windows color (decimal): -1198080 or 47341. OLE color: 47341.

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

Color convert

RGB 237 184 0 -
CMYK 0 0.22 1 0.07
HSL 46.58º 1% 0.46% -
HSV(B) 46.58º 1% 0.93% -
XYZ 52.07 52.29 7.35 -
YUV 178.87 27.06 169.46 -
System Red Green Blue C M Y K H S L
Decimal 237 184 0 0 0.22 1 0.07 46.58 1 0.46
Hex ED B8 0 0 16 64 7 2F 64 2E
Octal 355 270 0 0 26 144 7 57 144 56
Binary 11101101 10111000 0 0 10110 1100100 111 101111 1100100 101110

Color Harmonies of #EDB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB800

Black with #EDB800

Text Example


Text Example

White with #EDB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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