Html Css Color HEX #EFC901 Golden Poppy

📋 copy color: '#EFC901'

red 239 ◦ green 201 ◦ blue 1

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

Shades of Golden Poppy #EFC901

Tints of Golden Poppy #EFC901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 54.2%
G = 45.58%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFC901 (or 0xEFC901) is known color: Golden Poppy. HEX triplet: EF, C9 and 01. RGB value is (239,201,1). Sum of RGB (Red+Green+Blue) = 239+201+1=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC901 is #1036FE. Grayscale: #BEBEBE. Windows color (decimal): -1062655 or 117231. OLE color: 117231.

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

Color convert

RGB 239 201 1 -
CMYK 0 0.16 1.00 0.06
HSL 50.42º 0.99% 0.47% -
HSV(B) 50.42º 1% 0.94% -
XYZ 56.49 60.13 8.66 -
YUV 189.56 21.59 163.26 -
System Red Green Blue C M Y K H S L
Decimal 239 201 1 0 0.16 1.00 0.06 50.42 0.99 0.47
Hex EF C9 1 0 10 64 6 32 63 2F
Octal 357 311 1 0 20 144 6 62 143 57
Binary 11101111 11001001 1 0 10000 1100100 110 110010 1100011 101111

Color Harmonies of #EFC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC901

Black with #EFC901

Text Example


Text Example

White with #EFC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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