Html Css Color HEX #EFDF05 Golden Yellow

📋 copy color: '#EFDF05'

red 239 ◦ green 223 ◦ blue 5

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

Shades of Golden Yellow #EFDF05

Tints of Golden Yellow #EFDF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 51.18%
G = 47.75%
B = 1.07%

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

#EFDF05 (or 0xEFDF05) is known color: Golden Yellow. HEX triplet: EF, DF and 05. RGB value is (239,223,5). Sum of RGB (Red+Green+Blue) = 239+223+5=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF05 is #1020FA. Grayscale: #CBCBCB. Windows color (decimal): -1057019 or 385007. OLE color: 385007.

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

Color convert

RGB 239 223 5 -
CMYK 0 0.07 0.98 0.06
HSL 55.9º 0.96% 0.48% -
HSV(B) 55.9º 0.98% 0.94% -
XYZ 62.01 71.14 10.61 -
YUV 202.93 16.3 153.73 -
System Red Green Blue C M Y K H S L
Decimal 239 223 5 0 0.07 0.98 0.06 55.9 0.96 0.48
Hex EF DF 5 0 7 62 6 38 60 30
Octal 357 337 5 0 7 142 6 70 140 60
Binary 11101111 11011111 101 0 111 1100010 110 111000 1100000 110000

Color Harmonies of #EFDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF05

Black with #EFDF05

Text Example


Text Example

White with #EFDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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