Html Css Color HEX #EFD46B Golden Sand

📋 copy color: '#EFD46B'

red 239 ◦ green 212 ◦ blue 107

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

Shades of Golden Sand #EFD46B

Tints of Golden Sand #EFD46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.18%

R = 42.83%
G = 37.99%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD46B (or 0xEFD46B) is known color: Golden Sand. HEX triplet: EF, D4 and 6B. RGB value is (239,212,107). Sum of RGB (Red+Green+Blue) = 239+212+107=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD46B is #102B94. Grayscale: #D0D0D0. Windows color (decimal): -1059733 or 7066863. OLE color: 7066863.

HSL color Cylindrical-coordinate representation of color #EFD46B: hue angle of 47.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFD46B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 107 -
CMYK 0 0.11 0.55 0.06
HSL 47.73º 0.8% 0.68% -
HSV(B) 47.73º 0.55% 0.94% -
XYZ 61.79 66.5 23.49 -
YUV 208.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 239 212 107 0 0.11 0.55 0.06 47.73 0.8 0.68
Hex EF D4 6B 0 B 37 6 30 50 44
Octal 357 324 153 0 13 67 6 60 120 104
Binary 11101111 11010100 1101011 0 1011 110111 110 110000 1010000 1000100

Color Harmonies of #EFD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD46B

Black with #EFD46B

Text Example


Text Example

White with #EFD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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