Html Css Color HEX #EFE204 Golden Yellow

📋 copy color: '#EFE204'

red 239 ◦ green 226 ◦ blue 4

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

Shades of Golden Yellow #EFE204

Tints of Golden Yellow #EFE204

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.19%

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

R = 50.96%
G = 48.19%
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

#EFE204 (or 0xEFE204) is known color: Golden Yellow. HEX triplet: EF, E2 and 04. RGB value is (239,226,4). Sum of RGB (Red+Green+Blue) = 239+226+4=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE204 is #101DFB. Grayscale: #CDCDCD. Windows color (decimal): -1056252 or 320239. OLE color: 320239.

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

Color convert

RGB 239 226 4 -
CMYK 0 0.05 0.98 0.06
HSL 56.68º 0.97% 0.48% -
HSV(B) 56.68º 0.98% 0.94% -
XYZ 62.81 72.75 10.85 -
YUV 204.58 14.81 152.55 -
System Red Green Blue C M Y K H S L
Decimal 239 226 4 0 0.05 0.98 0.06 56.68 0.97 0.48
Hex EF E2 4 0 5 62 6 39 61 30
Octal 357 342 4 0 5 142 6 71 141 60
Binary 11101111 11100010 100 0 101 1100010 110 111001 1100001 110000

Color Harmonies of #EFE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE204

Black with #EFE204

Text Example


Text Example

White with #EFE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE204; }

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

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

background-color css

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

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

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

border-color css

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

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

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