Html Css Color HEX #EFC101 Golden Poppy

📋 copy color: '#EFC101'

red 239 ◦ green 193 ◦ blue 1

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

Shades of Golden Poppy #EFC101

Tints of Golden Poppy #EFC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 55.2%
G = 44.57%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFC101 (or 0xEFC101) is known color: Golden Poppy. HEX triplet: EF, C1 and 01. RGB value is (239,193,1). Sum of RGB (Red+Green+Blue) = 239+193+1=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC101 is #103EFE. Grayscale: #B9B9B9. Windows color (decimal): -1064703 or 115183. OLE color: 115183.

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

Color convert

RGB 239 193 1 -
CMYK 0 0.19 1.00 0.06
HSL 48.4º 0.99% 0.47% -
HSV(B) 48.4º 1% 0.94% -
XYZ 54.67 56.49 8.05 -
YUV 184.87 24.24 166.61 -
System Red Green Blue C M Y K H S L
Decimal 239 193 1 0 0.19 1.00 0.06 48.4 0.99 0.47
Hex EF C1 1 0 13 64 6 30 63 2F
Octal 357 301 1 0 23 144 6 60 143 57
Binary 11101111 11000001 1 0 10011 1100100 110 110000 1100011 101111

Color Harmonies of #EFC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC101

Black with #EFC101

Text Example


Text Example

White with #EFC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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