Html Css Color HEX #EFD66B Golden Sand

📋 copy color: '#EFD66B'

red 239 ◦ green 214 ◦ blue 107

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

Shades of Golden Sand #EFD66B

Tints of Golden Sand #EFD66B

RGB

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

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

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

R = 42.68%
G = 38.21%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD66B (or 0xEFD66B) is known color: Golden Sand. HEX triplet: EF, D6 and 6B. RGB value is (239,214,107). Sum of RGB (Red+Green+Blue) = 239+214+107=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66B is #102994. Grayscale: #D1D1D1. Windows color (decimal): -1059221 or 7067375. OLE color: 7067375.

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

Color convert

RGB 239 214 107 -
CMYK 0 0.10 0.55 0.06
HSL 48.64º 0.8% 0.68% -
HSV(B) 48.64º 0.55% 0.94% -
XYZ 62.3 67.51 23.66 -
YUV 209.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 239 214 107 0 0.10 0.55 0.06 48.64 0.8 0.68
Hex EF D6 6B 0 A 37 6 31 50 44
Octal 357 326 153 0 12 67 6 61 120 104
Binary 11101111 11010110 1101011 0 1010 110111 110 110001 1010000 1000100

Color Harmonies of #EFD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD66B

Black with #EFD66B

Text Example


Text Example

White with #EFD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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