Html Css Color HEX #EFE801 Golden Yellow

📋 copy color: '#EFE801'

red 239 ◦ green 232 ◦ blue 1

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

Shades of Golden Yellow #EFE801

Tints of Golden Yellow #EFE801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.15%

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

R = 50.64%
G = 49.15%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFE801 (or 0xEFE801) is known color: Golden Yellow. HEX triplet: EF, E8 and 01. RGB value is (239,232,1). Sum of RGB (Red+Green+Blue) = 239+232+1=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE801 is #1017FE. Grayscale: #D0D0D0. Windows color (decimal): -1054719 or 125167. OLE color: 125167.

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

Color convert

RGB 239 232 1 -
CMYK 0 0.03 1.00 0.06
HSL 58.24º 0.99% 0.47% -
HSV(B) 58.24º 1% 0.94% -
XYZ 64.46 76.07 11.31 -
YUV 207.76 11.32 150.28 -
System Red Green Blue C M Y K H S L
Decimal 239 232 1 0 0.03 1.00 0.06 58.24 0.99 0.47
Hex EF E8 1 0 3 64 6 3A 63 2F
Octal 357 350 1 0 3 144 6 72 143 57
Binary 11101111 11101000 1 0 11 1100100 110 111010 1100011 101111

Color Harmonies of #EFE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE801

Black with #EFE801

Text Example


Text Example

White with #EFE801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE801; }

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

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

background-color css

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

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

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

border-color css

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

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

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