Html Css Color HEX #EFD10B Gold

📋 copy color: '#EFD10B'

red 239 ◦ green 209 ◦ blue 11

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

Shades of Gold #EFD10B

Tints of Gold #EFD10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.53%

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 52.07%
G = 45.53%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD10B (or 0xEFD10B) is known color: Gold. HEX triplet: EF, D1 and 0B. RGB value is (239,209,11). Sum of RGB (Red+Green+Blue) = 239+209+11=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD10B is #102EF4. Grayscale: #C4C4C4. Windows color (decimal): -1060597 or 774639. OLE color: 774639.

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

Color convert

RGB 239 209 11 -
CMYK 0 0.13 0.95 0.06
HSL 52.11º 0.91% 0.49% -
HSV(B) 52.11º 0.95% 0.94% -
XYZ 58.46 63.98 9.58 -
YUV 195.4 23.94 159.1 -
System Red Green Blue C M Y K H S L
Decimal 239 209 11 0 0.13 0.95 0.06 52.11 0.91 0.49
Hex EF D1 B 0 D 5F 6 34 5B 31
Octal 357 321 13 0 15 137 6 64 133 61
Binary 11101111 11010001 1011 0 1101 1011111 110 110100 1011011 110001

Color Harmonies of #EFD10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD10B

Black with #EFD10B

Text Example


Text Example

White with #EFD10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD10B; }

 p { color: rgb(239,209,11); }

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

background-color css

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

 a { background-color: rgb(239,209,11); }

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

border-color css

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

 span { border-color: rgb(239,209,11); }

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