Html Css Color HEX #EFD066 Golden Sand

📋 copy color: '#EFD066'

red 239 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #EFD066

Tints of Golden Sand #EFD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

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

R = 43.53%
G = 37.89%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD066 (or 0xEFD066) is known color: Golden Sand. HEX triplet: EF, D0 and 66. RGB value is (239,208,102). Sum of RGB (Red+Green+Blue) = 239+208+102=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD066 is #102F99. Grayscale: #CDCDCD. Windows color (decimal): -1060762 or 6738159. OLE color: 6738159.

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

Color convert

RGB 239 208 102 -
CMYK 0 0.13 0.57 0.06
HSL 46.42º 0.81% 0.67% -
HSV(B) 46.42º 0.57% 0.94% -
XYZ 60.55 64.42 21.81 -
YUV 205.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 239 208 102 0 0.13 0.57 0.06 46.42 0.81 0.67
Hex EF D0 66 0 D 39 6 2E 51 43
Octal 357 320 146 0 15 71 6 56 121 103
Binary 11101111 11010000 1100110 0 1101 111001 110 101110 1010001 1000011

Color Harmonies of #EFD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD066

Black with #EFD066

Text Example


Text Example

White with #EFD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD066; }

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

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

background-color css

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

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

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

border-color css

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

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

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