Html Css Color HEX #EFD965 Golden Sand

📋 copy color: '#EFD965'

red 239 ◦ green 217 ◦ blue 101

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

Shades of Golden Sand #EFD965

Tints of Golden Sand #EFD965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

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

R = 42.91%
G = 38.96%
B = 18.13%

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

#EFD965 (or 0xEFD965) is known color: Golden Sand. HEX triplet: EF, D9 and 65. RGB value is (239,217,101). Sum of RGB (Red+Green+Blue) = 239+217+101=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD965 is #10269A. Grayscale: #D2D2D2. Windows color (decimal): -1058459 or 6674927. OLE color: 6674927.

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

Color convert

RGB 239 217 101 -
CMYK 0 0.09 0.58 0.06
HSL 50.43º 0.81% 0.67% -
HSV(B) 50.43º 0.58% 0.94% -
XYZ 62.76 68.92 22.31 -
YUV 210.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 239 217 101 0 0.09 0.58 0.06 50.43 0.81 0.67
Hex EF D9 65 0 9 3A 6 32 51 43
Octal 357 331 145 0 11 72 6 62 121 103
Binary 11101111 11011001 1100101 0 1001 111010 110 110010 1010001 1000011

Color Harmonies of #EFD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD965

Black with #EFD965

Text Example


Text Example

White with #EFD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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