Html Css Color HEX #EFDA68 Golden Sand

📋 copy color: '#EFDA68'

red 239 ◦ green 218 ◦ blue 104

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

Shades of Golden Sand #EFDA68

Tints of Golden Sand #EFDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.54%

R = 42.6%
G = 38.86%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDA68 (or 0xEFDA68) is known color: Golden Sand. HEX triplet: EF, DA and 68. RGB value is (239,218,104). Sum of RGB (Red+Green+Blue) = 239+218+104=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA68 is #102597. Grayscale: #D3D3D3. Windows color (decimal): -1058200 or 6871791. OLE color: 6871791.

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

Color convert

RGB 239 218 104 -
CMYK 0 0.09 0.56 0.06
HSL 50.67º 0.81% 0.67% -
HSV(B) 50.67º 0.56% 0.94% -
XYZ 63.17 69.49 23.18 -
YUV 211.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 239 218 104 0 0.09 0.56 0.06 50.67 0.81 0.67
Hex EF DA 68 0 9 38 6 33 51 43
Octal 357 332 150 0 11 70 6 63 121 103
Binary 11101111 11011010 1101000 0 1001 111000 110 110011 1010001 1000011

Color Harmonies of #EFDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA68

Black with #EFDA68

Text Example


Text Example

White with #EFDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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