Html Css Color HEX #EFD064 Golden Sand

📋 copy color: '#EFD064'

red 239 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #EFD064

Tints of Golden Sand #EFD064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 43.69%
G = 38.03%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD064 (or 0xEFD064) is known color: Golden Sand. HEX triplet: EF, D0 and 64. RGB value is (239,208,100). Sum of RGB (Red+Green+Blue) = 239+208+100=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD064 is #102F9B. Grayscale: #CDCDCD. Windows color (decimal): -1060764 or 6607087. OLE color: 6607087.

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

Color convert

RGB 239 208 100 -
CMYK 0 0.13 0.58 0.06
HSL 46.62º 0.81% 0.66% -
HSV(B) 46.62º 0.58% 0.94% -
XYZ 60.45 64.38 21.3 -
YUV 204.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 239 208 100 0 0.13 0.58 0.06 46.62 0.81 0.66
Hex EF D0 64 0 D 3A 6 2F 51 42
Octal 357 320 144 0 15 72 6 57 121 102
Binary 11101111 11010000 1100100 0 1101 111010 110 101111 1010001 1000010

Color Harmonies of #EFD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD064

Black with #EFD064

Text Example


Text Example

White with #EFD064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD064; }

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

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

background-color css

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

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

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

border-color css

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

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

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