Html Css Color HEX #EFE404 Golden Yellow

📋 copy color: '#EFE404'

red 239 ◦ green 228 ◦ blue 4

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

Shades of Golden Yellow #EFE404

Tints of Golden Yellow #EFE404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 50.74%
G = 48.41%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFE404 (or 0xEFE404) is known color: Golden Yellow. HEX triplet: EF, E4 and 04. RGB value is (239,228,4). Sum of RGB (Red+Green+Blue) = 239+228+4=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 4 (1.95% from 255 or 0.85% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE404 is #101BFB. Grayscale: #CECECE. Windows color (decimal): -1055740 or 320751. OLE color: 320751.

HSL color Cylindrical-coordinate representation of color #EFE404: hue angle of 57.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFE404 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 4 -
CMYK 0 0.05 0.98 0.06
HSL 57.19º 0.97% 0.48% -
HSV(B) 57.19º 0.98% 0.94% -
XYZ 63.36 73.85 11.03 -
YUV 205.75 14.14 151.71 -
System Red Green Blue C M Y K H S L
Decimal 239 228 4 0 0.05 0.98 0.06 57.19 0.97 0.48
Hex EF E4 4 0 5 62 6 39 61 30
Octal 357 344 4 0 5 142 6 71 141 60
Binary 11101111 11100100 100 0 101 1100010 110 111001 1100001 110000

Color Harmonies of #EFE404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE404

Black with #EFE404

Text Example


Text Example

White with #EFE404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE404; }

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

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

background-color css

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

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

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

border-color css

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

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

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