Html Css Color HEX #EFBA01 Golden Poppy

📋 copy color: '#EFBA01'

red 239 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #EFBA01

Tints of Golden Poppy #EFBA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.1%
G = 43.66%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFBA01 (or 0xEFBA01) is known color: Golden Poppy. HEX triplet: EF, BA and 01. RGB value is (239,186,1). Sum of RGB (Red+Green+Blue) = 239+186+1=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA01 is #1045FE. Grayscale: #B5B5B5. Windows color (decimal): -1066495 or 113391. OLE color: 113391.

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

Color convert

RGB 239 186 1 -
CMYK 0 0.22 1.00 0.06
HSL 46.64º 0.99% 0.47% -
HSV(B) 46.64º 1% 0.94% -
XYZ 53.16 53.47 7.55 -
YUV 180.76 26.56 169.54 -
System Red Green Blue C M Y K H S L
Decimal 239 186 1 0 0.22 1.00 0.06 46.64 0.99 0.47
Hex EF BA 1 0 16 64 6 2F 63 2F
Octal 357 272 1 0 26 144 6 57 143 57
Binary 11101111 10111010 1 0 10110 1100100 110 101111 1100011 101111

Color Harmonies of #EFBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA01

Black with #EFBA01

Text Example


Text Example

White with #EFBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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