Html Css Color HEX #EFD566 Golden Sand

📋 copy color: '#EFD566'

red 239 ◦ green 213 ◦ blue 102

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

Shades of Golden Sand #EFD566

Tints of Golden Sand #EFD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.45%

 BLUE value IS 102 (40.23% from 255) = 18.41%

R = 43.14%
G = 38.45%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD566 (or 0xEFD566) is known color: Golden Sand. HEX triplet: EF, D5 and 66. RGB value is (239,213,102). Sum of RGB (Red+Green+Blue) = 239+213+102=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD566 is #102A99. Grayscale: #D0D0D0. Windows color (decimal): -1059482 or 6739439. OLE color: 6739439.

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

Color convert

RGB 239 213 102 -
CMYK 0 0.11 0.57 0.06
HSL 48.61º 0.81% 0.67% -
HSV(B) 48.61º 0.57% 0.94% -
XYZ 61.79 66.9 22.23 -
YUV 208.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 239 213 102 0 0.11 0.57 0.06 48.61 0.81 0.67
Hex EF D5 66 0 B 39 6 31 51 43
Octal 357 325 146 0 13 71 6 61 121 103
Binary 11101111 11010101 1100110 0 1011 111001 110 110001 1010001 1000011

Color Harmonies of #EFD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD566

Black with #EFD566

Text Example


Text Example

White with #EFD566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD566; }

 p { color: rgb(239,213,102); }

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

background-color css

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

 a { background-color: rgb(239,213,102); }

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

border-color css

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

 span { border-color: rgb(239,213,102); }

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