Html Css Color HEX #EFE701 Golden Yellow

📋 copy color: '#EFE701'

red 239 ◦ green 231 ◦ blue 1

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

Shades of Golden Yellow #EFE701

Tints of Golden Yellow #EFE701

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.04%

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

R = 50.74%
G = 49.04%
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

#EFE701 (or 0xEFE701) is known color: Golden Yellow. HEX triplet: EF, E7 and 01. RGB value is (239,231,1). Sum of RGB (Red+Green+Blue) = 239+231+1=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE701 is #1018FE. Grayscale: #D0D0D0. Windows color (decimal): -1054975 or 124911. OLE color: 124911.

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

Color convert

RGB 239 231 1 -
CMYK 0 0.03 1.00 0.06
HSL 57.98º 0.99% 0.47% -
HSV(B) 57.98º 1% 0.94% -
XYZ 64.18 75.5 11.22 -
YUV 207.17 11.65 150.7 -
System Red Green Blue C M Y K H S L
Decimal 239 231 1 0 0.03 1.00 0.06 57.98 0.99 0.47
Hex EF E7 1 0 3 64 6 3A 63 2F
Octal 357 347 1 0 3 144 6 72 143 57
Binary 11101111 11100111 1 0 11 1100100 110 111010 1100011 101111

Color Harmonies of #EFE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE701

Black with #EFE701

Text Example


Text Example

White with #EFE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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