Html Css Color HEX #EFB901 Golden Poppy

📋 copy color: '#EFB901'

red 239 ◦ green 185 ◦ blue 1

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

Shades of Golden Poppy #EFB901

Tints of Golden Poppy #EFB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 56.24%
G = 43.53%
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

#EFB901 (or 0xEFB901) is known color: Golden Poppy. HEX triplet: EF, B9 and 01. RGB value is (239,185,1). Sum of RGB (Red+Green+Blue) = 239+185+1=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB901 is #1046FE. Grayscale: #B4B4B4. Windows color (decimal): -1066751 or 113135. OLE color: 113135.

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

Color convert

RGB 239 185 1 -
CMYK 0 0.23 1.00 0.06
HSL 46.39º 0.99% 0.47% -
HSV(B) 46.39º 1% 0.94% -
XYZ 52.95 53.05 7.48 -
YUV 180.17 26.89 169.96 -
System Red Green Blue C M Y K H S L
Decimal 239 185 1 0 0.23 1.00 0.06 46.39 0.99 0.47
Hex EF B9 1 0 17 64 6 2E 63 2F
Octal 357 271 1 0 27 144 6 56 143 57
Binary 11101111 10111001 1 0 10111 1100100 110 101110 1100011 101111

Color Harmonies of #EFB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB901

Black with #EFB901

Text Example


Text Example

White with #EFB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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