Html Css Color HEX #EFDF04 Golden Yellow

📋 copy color: '#EFDF04'

red 239 ◦ green 223 ◦ blue 4

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

Shades of Golden Yellow #EFDF04

Tints of Golden Yellow #EFDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 51.29%
G = 47.85%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFDF04 (or 0xEFDF04) is known color: Golden Yellow. HEX triplet: EF, DF and 04. RGB value is (239,223,4). Sum of RGB (Red+Green+Blue) = 239+223+4=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF04 is #1020FB. Grayscale: #CBCBCB. Windows color (decimal): -1057020 or 319471. OLE color: 319471.

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

Color convert

RGB 239 223 4 -
CMYK 0 0.07 0.98 0.06
HSL 55.91º 0.97% 0.48% -
HSV(B) 55.91º 0.98% 0.94% -
XYZ 62.01 71.13 10.58 -
YUV 202.82 15.8 153.81 -
System Red Green Blue C M Y K H S L
Decimal 239 223 4 0 0.07 0.98 0.06 55.91 0.97 0.48
Hex EF DF 4 0 7 62 6 38 61 30
Octal 357 337 4 0 7 142 6 70 141 60
Binary 11101111 11011111 100 0 111 1100010 110 111000 1100001 110000

Color Harmonies of #EFDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF04

Black with #EFDF04

Text Example


Text Example

White with #EFDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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