Html Css Color HEX #EFE504 Golden Yellow

📋 copy color: '#EFE504'

red 239 ◦ green 229 ◦ blue 4

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

Shades of Golden Yellow #EFE504

Tints of Golden Yellow #EFE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.52%

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

R = 50.64%
G = 48.52%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFE504 (or 0xEFE504) is known color: Golden Yellow. HEX triplet: EF, E5 and 04. RGB value is (239,229,4). Sum of RGB (Red+Green+Blue) = 239+229+4=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE504 is #101AFB. Grayscale: #CFCFCF. Windows color (decimal): -1055484 or 321007. OLE color: 321007.

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

Color convert

RGB 239 229 4 -
CMYK 0 0.04 0.98 0.06
HSL 57.45º 0.97% 0.48% -
HSV(B) 57.45º 0.98% 0.94% -
XYZ 63.64 74.4 11.12 -
YUV 206.34 13.81 151.3 -
System Red Green Blue C M Y K H S L
Decimal 239 229 4 0 0.04 0.98 0.06 57.45 0.97 0.48
Hex EF E5 4 0 4 62 6 39 61 30
Octal 357 345 4 0 4 142 6 71 141 60
Binary 11101111 11100101 100 0 100 1100010 110 111001 1100001 110000

Color Harmonies of #EFE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE504

Black with #EFE504

Text Example


Text Example

White with #EFE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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