Html Css Color HEX #EDBA04 Golden Poppy

📋 copy color: '#EDBA04'

red 237 ◦ green 186 ◦ blue 4

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

Shades of Golden Poppy #EDBA04

Tints of Golden Poppy #EDBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 55.5%
G = 43.56%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDBA04 (or 0xEDBA04) is known color: Golden Poppy. HEX triplet: ED, BA and 04. RGB value is (237,186,4). Sum of RGB (Red+Green+Blue) = 237+186+4=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA04 is #1245FB. Grayscale: #B5B5B5. Windows color (decimal): -1197564 or 309997. OLE color: 309997.

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

Color convert

RGB 237 186 4 -
CMYK 0 0.22 0.98 0.07
HSL 46.87º 0.97% 0.47% -
HSV(B) 46.87º 0.98% 0.93% -
XYZ 52.51 53.13 7.6 -
YUV 180.5 28.4 168.3 -
System Red Green Blue C M Y K H S L
Decimal 237 186 4 0 0.22 0.98 0.07 46.87 0.97 0.47
Hex ED BA 4 0 16 62 7 2F 61 2F
Octal 355 272 4 0 26 142 7 57 141 57
Binary 11101101 10111010 100 0 10110 1100010 111 101111 1100001 101111

Color Harmonies of #EDBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA04

Black with #EDBA04

Text Example


Text Example

White with #EDBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA04; }

 p { color: rgb(237,186,4); }

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

background-color css

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

 a { background-color: rgb(237,186,4); }

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

border-color css

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

 span { border-color: rgb(237,186,4); }

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