Html Css Color HEX #EFBA05 Golden Poppy

📋 copy color: '#EFBA05'

red 239 ◦ green 186 ◦ blue 5

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

Shades of Golden Poppy #EFBA05

Tints of Golden Poppy #EFBA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 55.58%
G = 43.26%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFBA05 (or 0xEFBA05) is known color: Golden Poppy. HEX triplet: EF, BA and 05. RGB value is (239,186,5). Sum of RGB (Red+Green+Blue) = 239+186+5=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA05 is #1045FA. Grayscale: #B5B5B5. Windows color (decimal): -1066491 or 375535. OLE color: 375535.

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

Color convert

RGB 239 186 5 -
CMYK 0 0.22 0.98 0.06
HSL 46.41º 0.96% 0.48% -
HSV(B) 46.41º 0.98% 0.94% -
XYZ 53.18 53.48 7.66 -
YUV 181.21 28.56 169.22 -
System Red Green Blue C M Y K H S L
Decimal 239 186 5 0 0.22 0.98 0.06 46.41 0.96 0.48
Hex EF BA 5 0 16 62 6 2E 60 30
Octal 357 272 5 0 26 142 6 56 140 60
Binary 11101111 10111010 101 0 10110 1100010 110 101110 1100000 110000

Color Harmonies of #EFBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA05

Black with #EFBA05

Text Example


Text Example

White with #EFBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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