Html Css Color HEX #EFE401 Golden Yellow

📋 copy color: '#EFE401'

red 239 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #EFE401

Tints of Golden Yellow #EFE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.72%

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

R = 51.07%
G = 48.72%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFE401 (or 0xEFE401) is known color: Golden Yellow. HEX triplet: EF, E4 and 01. RGB value is (239,228,1). Sum of RGB (Red+Green+Blue) = 239+228+1=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE401 is #101BFE. Grayscale: #CECECE. Windows color (decimal): -1055743 or 124143. OLE color: 124143.

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

Color convert

RGB 239 228 1 -
CMYK 0 0.05 1.00 0.06
HSL 57.23º 0.99% 0.47% -
HSV(B) 57.23º 1% 0.94% -
XYZ 63.35 73.84 10.94 -
YUV 205.41 12.64 151.96 -
System Red Green Blue C M Y K H S L
Decimal 239 228 1 0 0.05 1.00 0.06 57.23 0.99 0.47
Hex EF E4 1 0 5 64 6 39 63 2F
Octal 357 344 1 0 5 144 6 71 143 57
Binary 11101111 11100100 1 0 101 1100100 110 111001 1100011 101111

Color Harmonies of #EFE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE401

Black with #EFE401

Text Example


Text Example

White with #EFE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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