Html Css Color HEX #EFBA02 Golden Poppy

📋 copy color: '#EFBA02'

red 239 ◦ green 186 ◦ blue 2

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

Shades of Golden Poppy #EFBA02

Tints of Golden Poppy #EFBA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 55.97%
G = 43.56%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFBA02 (or 0xEFBA02) is known color: Golden Poppy. HEX triplet: EF, BA and 02. RGB value is (239,186,2). Sum of RGB (Red+Green+Blue) = 239+186+2=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA02 is #1045FD. Grayscale: #B5B5B5. Windows color (decimal): -1066494 or 178927. OLE color: 178927.

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

Color convert

RGB 239 186 2 -
CMYK 0 0.22 0.99 0.06
HSL 46.58º 0.98% 0.47% -
HSV(B) 46.58º 0.99% 0.94% -
XYZ 53.17 53.47 7.58 -
YUV 180.87 27.06 169.46 -
System Red Green Blue C M Y K H S L
Decimal 239 186 2 0 0.22 0.99 0.06 46.58 0.98 0.47
Hex EF BA 2 0 16 63 6 2F 62 2F
Octal 357 272 2 0 26 143 6 57 142 57
Binary 11101111 10111010 10 0 10110 1100011 110 101111 1100010 101111

Color Harmonies of #EFBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA02

Black with #EFBA02

Text Example


Text Example

White with #EFBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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