Html Css Color HEX #EFDC07 Golden Yellow

📋 copy color: '#EFDC07'

red 239 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #EFDC07

Tints of Golden Yellow #EFDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 51.29%
G = 47.21%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFDC07 (or 0xEFDC07) is known color: Golden Yellow. HEX triplet: EF, DC and 07. RGB value is (239,220,7). Sum of RGB (Red+Green+Blue) = 239+220+7=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC07 is #1023F8. Grayscale: #CACACA. Windows color (decimal): -1057785 or 515311. OLE color: 515311.

HSL color Cylindrical-coordinate representation of color #EFDC07: hue angle of 55.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFDC07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 7 -
CMYK 0 0.08 0.97 0.06
HSL 55.09º 0.94% 0.48% -
HSV(B) 55.09º 0.97% 0.94% -
XYZ 61.23 69.55 10.4 -
YUV 201.4 18.29 154.82 -
System Red Green Blue C M Y K H S L
Decimal 239 220 7 0 0.08 0.97 0.06 55.09 0.94 0.48
Hex EF DC 7 0 8 61 6 37 5E 30
Octal 357 334 7 0 10 141 6 67 136 60
Binary 11101111 11011100 111 0 1000 1100001 110 110111 1011110 110000

Color Harmonies of #EFDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC07

Black with #EFDC07

Text Example


Text Example

White with #EFDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC07; }

 p { color: rgb(239,220,7); }

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

background-color css

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

 a { background-color: rgb(239,220,7); }

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

border-color css

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

 span { border-color: rgb(239,220,7); }

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