Html Css Color HEX #EFB801 Golden Poppy

📋 copy color: '#EFB801'

red 239 ◦ green 184 ◦ blue 1

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

Shades of Golden Poppy #EFB801

Tints of Golden Poppy #EFB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 56.37%
G = 43.4%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFB801 (or 0xEFB801) is known color: Golden Poppy. HEX triplet: EF, B8 and 01. RGB value is (239,184,1). Sum of RGB (Red+Green+Blue) = 239+184+1=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB801 is #1047FE. Grayscale: #B4B4B4. Windows color (decimal): -1067007 or 112879. OLE color: 112879.

HSL color Cylindrical-coordinate representation of color #EFB801: hue angle of 46.13º 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 #EFB801 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 1 -
CMYK 0 0.23 1.00 0.06
HSL 46.13º 0.99% 0.47% -
HSV(B) 46.13º 1% 0.94% -
XYZ 52.74 52.63 7.41 -
YUV 179.58 27.22 170.38 -
System Red Green Blue C M Y K H S L
Decimal 239 184 1 0 0.23 1.00 0.06 46.13 0.99 0.47
Hex EF B8 1 0 17 64 6 2E 63 2F
Octal 357 270 1 0 27 144 6 56 143 57
Binary 11101111 10111000 1 0 10111 1100100 110 101110 1100011 101111

Color Harmonies of #EFB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB801

Black with #EFB801

Text Example


Text Example

White with #EFB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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