Html Css Color HEX #EFBA00 Golden Poppy

📋 copy color: '#EFBA00'

red 239 ◦ green 186 ◦ blue 0

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

Shades of Golden Poppy #EFBA00

Tints of Golden Poppy #EFBA00

RGB

 RED value IS 239 (93.75% from 255) = 56.24%

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

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

R = 56.24%
G = 43.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFBA00 (or 0xEFBA00) is known color: Golden Poppy. HEX triplet: EF, BA and 00. RGB value is (239,186,0). Sum of RGB (Red+Green+Blue) = 239+186+0=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA00 is #1045FF. Grayscale: #B5B5B5. Windows color (decimal): -1066496 or 47855. OLE color: 47855.

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

Color convert

RGB 239 186 0 -
CMYK 0 0.22 1 0.06
HSL 46.69º 1% 0.47% -
HSV(B) 46.69º 1% 0.94% -
XYZ 53.16 53.47 7.52 -
YUV 180.64 26.06 169.62 -
System Red Green Blue C M Y K H S L
Decimal 239 186 0 0 0.22 1 0.06 46.69 1 0.47
Hex EF BA 0 0 16 64 6 2F 64 2F
Octal 357 272 0 0 26 144 6 57 144 57
Binary 11101111 10111010 0 0 10110 1100100 110 101111 1100100 101111

Color Harmonies of #EFBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA00

Black with #EFBA00

Text Example


Text Example

White with #EFBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA00; }

 p { color: rgb(239,186,0); }

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

background-color css

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

 a { background-color: rgb(239,186,0); }

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

border-color css

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

 span { border-color: rgb(239,186,0); }

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