Html Css Color HEX #EFD466 Golden Sand

📋 copy color: '#EFD466'

red 239 ◦ green 212 ◦ blue 102

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

Shades of Golden Sand #EFD466

Tints of Golden Sand #EFD466

RGB

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

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

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

R = 43.22%
G = 38.34%
B = 18.44%

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

#EFD466 (or 0xEFD466) is known color: Golden Sand. HEX triplet: EF, D4 and 66. RGB value is (239,212,102). Sum of RGB (Red+Green+Blue) = 239+212+102=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD466 is #102B99. Grayscale: #D0D0D0. Windows color (decimal): -1059738 or 6739183. OLE color: 6739183.

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

Color convert

RGB 239 212 102 -
CMYK 0 0.11 0.57 0.06
HSL 48.18º 0.81% 0.67% -
HSV(B) 48.18º 0.57% 0.94% -
XYZ 61.54 66.4 22.14 -
YUV 207.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 239 212 102 0 0.11 0.57 0.06 48.18 0.81 0.67
Hex EF D4 66 0 B 39 6 30 51 43
Octal 357 324 146 0 13 71 6 60 121 103
Binary 11101111 11010100 1100110 0 1011 111001 110 110000 1010001 1000011

Color Harmonies of #EFD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD466

Black with #EFD466

Text Example


Text Example

White with #EFD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD466; }

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

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

background-color css

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

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

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

border-color css

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

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

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