Html Css Color HEX #EFDA64 Golden Sand

📋 copy color: '#EFDA64'

red 239 ◦ green 218 ◦ blue 100

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

Shades of Golden Sand #EFDA64

Tints of Golden Sand #EFDA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.14%

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

R = 42.91%
G = 39.14%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFDA64 (or 0xEFDA64) is known color: Golden Sand. HEX triplet: EF, DA and 64. RGB value is (239,218,100). Sum of RGB (Red+Green+Blue) = 239+218+100=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA64 is #10259B. Grayscale: #D3D3D3. Windows color (decimal): -1058204 or 6609647. OLE color: 6609647.

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

Color convert

RGB 239 218 100 -
CMYK 0 0.09 0.58 0.06
HSL 50.94º 0.81% 0.66% -
HSV(B) 50.94º 0.58% 0.94% -
XYZ 62.97 69.41 22.14 -
YUV 210.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 239 218 100 0 0.09 0.58 0.06 50.94 0.81 0.66
Hex EF DA 64 0 9 3A 6 33 51 42
Octal 357 332 144 0 11 72 6 63 121 102
Binary 11101111 11011010 1100100 0 1001 111010 110 110011 1010001 1000010

Color Harmonies of #EFDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA64

Black with #EFDA64

Text Example


Text Example

White with #EFDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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