Html Css Color HEX #EFDA65 Golden Sand

📋 copy color: '#EFDA65'

red 239 ◦ green 218 ◦ blue 101

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

Shades of Golden Sand #EFDA65

Tints of Golden Sand #EFDA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.1%

R = 42.83%
G = 39.07%
B = 18.1%

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

#EFDA65 (or 0xEFDA65) is known color: Golden Sand. HEX triplet: EF, DA and 65. RGB value is (239,218,101). Sum of RGB (Red+Green+Blue) = 239+218+101=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA65 is #10259A. Grayscale: #D3D3D3. Windows color (decimal): -1058203 or 6675183. OLE color: 6675183.

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

Color convert

RGB 239 218 101 -
CMYK 0 0.09 0.58 0.06
HSL 50.87º 0.81% 0.67% -
HSV(B) 50.87º 0.58% 0.94% -
XYZ 63.02 69.43 22.39 -
YUV 210.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 239 218 101 0 0.09 0.58 0.06 50.87 0.81 0.67
Hex EF DA 65 0 9 3A 6 33 51 43
Octal 357 332 145 0 11 72 6 63 121 103
Binary 11101111 11011010 1100101 0 1001 111010 110 110011 1010001 1000011

Color Harmonies of #EFDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA65

Black with #EFDA65

Text Example


Text Example

White with #EFDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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