Html Css Color HEX #EFD60B Gold

📋 copy color: '#EFD60B'

red 239 ◦ green 214 ◦ blue 11

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

Shades of Gold #EFD60B

Tints of Gold #EFD60B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

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

R = 51.51%
G = 46.12%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD60B (or 0xEFD60B) is known color: Gold. HEX triplet: EF, D6 and 0B. RGB value is (239,214,11). Sum of RGB (Red+Green+Blue) = 239+214+11=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD60B is #1029F4. Grayscale: #C7C7C7. Windows color (decimal): -1059317 or 775919. OLE color: 775919.

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

Color convert

RGB 239 214 11 -
CMYK 0 0.10 0.95 0.06
HSL 53.42º 0.91% 0.49% -
HSV(B) 53.42º 0.95% 0.94% -
XYZ 59.7 66.47 10 -
YUV 198.33 22.28 157.01 -
System Red Green Blue C M Y K H S L
Decimal 239 214 11 0 0.10 0.95 0.06 53.42 0.91 0.49
Hex EF D6 B 0 A 5F 6 35 5B 31
Octal 357 326 13 0 12 137 6 65 133 61
Binary 11101111 11010110 1011 0 1010 1011111 110 110101 1011011 110001

Color Harmonies of #EFD60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD60B

Black with #EFD60B

Text Example


Text Example

White with #EFD60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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