Html Css Color HEX #EFD40B Gold

📋 copy color: '#EFD40B'

red 239 ◦ green 212 ◦ blue 11

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

Shades of Gold #EFD40B

Tints of Gold #EFD40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.89%

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

R = 51.73%
G = 45.89%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD40B (or 0xEFD40B) is known color: Gold. HEX triplet: EF, D4 and 0B. RGB value is (239,212,11). Sum of RGB (Red+Green+Blue) = 239+212+11=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD40B is #102BF4. Grayscale: #C5C5C5. Windows color (decimal): -1059829 or 775407. OLE color: 775407.

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

Color convert

RGB 239 212 11 -
CMYK 0 0.11 0.95 0.06
HSL 52.89º 0.91% 0.49% -
HSV(B) 52.89º 0.95% 0.94% -
XYZ 59.2 65.46 9.83 -
YUV 197.16 22.95 157.84 -
System Red Green Blue C M Y K H S L
Decimal 239 212 11 0 0.11 0.95 0.06 52.89 0.91 0.49
Hex EF D4 B 0 B 5F 6 35 5B 31
Octal 357 324 13 0 13 137 6 65 133 61
Binary 11101111 11010100 1011 0 1011 1011111 110 110101 1011011 110001

Color Harmonies of #EFD40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD40B

Black with #EFD40B

Text Example


Text Example

White with #EFD40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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