Html Css Color HEX #EFE304 Golden Yellow

📋 copy color: '#EFE304'

red 239 ◦ green 227 ◦ blue 4

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

Shades of Golden Yellow #EFE304

Tints of Golden Yellow #EFE304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.3%

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

R = 50.85%
G = 48.3%
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

#EFE304 (or 0xEFE304) is known color: Golden Yellow. HEX triplet: EF, E3 and 04. RGB value is (239,227,4). Sum of RGB (Red+Green+Blue) = 239+227+4=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE304 is #101CFB. Grayscale: #CECECE. Windows color (decimal): -1055996 or 320495. OLE color: 320495.

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

Color convert

RGB 239 227 4 -
CMYK 0 0.05 0.98 0.06
HSL 56.94º 0.97% 0.48% -
HSV(B) 56.94º 0.98% 0.94% -
XYZ 63.09 73.3 10.94 -
YUV 205.17 14.48 152.13 -
System Red Green Blue C M Y K H S L
Decimal 239 227 4 0 0.05 0.98 0.06 56.94 0.97 0.48
Hex EF E3 4 0 5 62 6 39 61 30
Octal 357 343 4 0 5 142 6 71 141 60
Binary 11101111 11100011 100 0 101 1100010 110 111001 1100001 110000

Color Harmonies of #EFE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE304

Black with #EFE304

Text Example


Text Example

White with #EFE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE304; }

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

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

background-color css

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

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

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

border-color css

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

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

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