Html Css Color HEX #EFD309 Gold

📋 copy color: '#EFD309'

red 239 ◦ green 211 ◦ blue 9

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

Shades of Gold #EFD309

Tints of Gold #EFD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

 BLUE value IS 9 (3.91% from 255) = 1.96%

R = 52.07%
G = 45.97%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFD309 (or 0xEFD309) is known color: Gold. HEX triplet: EF, D3 and 09. RGB value is (239,211,9). Sum of RGB (Red+Green+Blue) = 239+211+9=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD309 is #102CF6. Grayscale: #C5C5C5. Windows color (decimal): -1060087 or 644079. OLE color: 644079.

HSL color Cylindrical-coordinate representation of color #EFD309: hue angle of 52.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFD309 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 9 -
CMYK 0 0.12 0.96 0.06
HSL 52.7º 0.93% 0.49% -
HSV(B) 52.7º 0.96% 0.94% -
XYZ 58.94 64.96 9.69 -
YUV 196.34 22.28 158.43 -
System Red Green Blue C M Y K H S L
Decimal 239 211 9 0 0.12 0.96 0.06 52.7 0.93 0.49
Hex EF D3 9 0 C 60 6 35 5D 31
Octal 357 323 11 0 14 140 6 65 135 61
Binary 11101111 11010011 1001 0 1100 1100000 110 110101 1011101 110001

Color Harmonies of #EFD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD309

Black with #EFD309

Text Example


Text Example

White with #EFD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD309; }

 p { color: rgb(239,211,9); }

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

background-color css

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

 a { background-color: rgb(239,211,9); }

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

border-color css

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

 span { border-color: rgb(239,211,9); }

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