Html Css Color HEX #EFBD01 Golden Poppy

📋 copy color: '#EFBD01'

red 239 ◦ green 189 ◦ blue 1

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

Shades of Golden Poppy #EFBD01

Tints of Golden Poppy #EFBD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.06%

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

R = 55.71%
G = 44.06%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFBD01 (or 0xEFBD01) is known color: Golden Poppy. HEX triplet: EF, BD and 01. RGB value is (239,189,1). Sum of RGB (Red+Green+Blue) = 239+189+1=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD01 is #1042FE. Grayscale: #B7B7B7. Windows color (decimal): -1065727 or 114159. OLE color: 114159.

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

Color convert

RGB 239 189 1 -
CMYK 0 0.21 1.00 0.06
HSL 47.39º 0.99% 0.47% -
HSV(B) 47.39º 1% 0.94% -
XYZ 53.8 54.75 7.76 -
YUV 182.52 25.57 168.29 -
System Red Green Blue C M Y K H S L
Decimal 239 189 1 0 0.21 1.00 0.06 47.39 0.99 0.47
Hex EF BD 1 0 15 64 6 2F 63 2F
Octal 357 275 1 0 25 144 6 57 143 57
Binary 11101111 10111101 1 0 10101 1100100 110 101111 1100011 101111

Color Harmonies of #EFBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD01

Black with #EFBD01

Text Example


Text Example

White with #EFBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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