Html Css Color HEX #EFD20B Gold

📋 copy color: '#EFD20B'

red 239 ◦ green 210 ◦ blue 11

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

Shades of Gold #EFD20B

Tints of Gold #EFD20B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 51.96%
G = 45.65%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD20B (or 0xEFD20B) is known color: Gold. HEX triplet: EF, D2 and 0B. RGB value is (239,210,11). Sum of RGB (Red+Green+Blue) = 239+210+11=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD20B is #102DF4. Grayscale: #C4C4C4. Windows color (decimal): -1060341 or 774895. OLE color: 774895.

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

Color convert

RGB 239 210 11 -
CMYK 0 0.12 0.95 0.06
HSL 52.37º 0.91% 0.49% -
HSV(B) 52.37º 0.95% 0.94% -
XYZ 58.7 64.47 9.67 -
YUV 195.99 23.61 158.68 -
System Red Green Blue C M Y K H S L
Decimal 239 210 11 0 0.12 0.95 0.06 52.37 0.91 0.49
Hex EF D2 B 0 C 5F 6 34 5B 31
Octal 357 322 13 0 14 137 6 64 133 61
Binary 11101111 11010010 1011 0 1100 1011111 110 110100 1011011 110001

Color Harmonies of #EFD20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD20B

Black with #EFD20B

Text Example


Text Example

White with #EFD20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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