Html Css Color HEX #EFDD65 Golden Sand

📋 copy color: '#EFDD65'

red 239 ◦ green 221 ◦ blue 101

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

Shades of Golden Sand #EFDD65

Tints of Golden Sand #EFDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.39%

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

R = 42.6%
G = 39.39%
B = 18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFDD65 (or 0xEFDD65) is known color: Golden Sand. HEX triplet: EF, DD and 65. RGB value is (239,221,101). Sum of RGB (Red+Green+Blue) = 239+221+101=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD65 is #10229A. Grayscale: #D5D5D5. Windows color (decimal): -1057435 or 6675951. OLE color: 6675951.

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

Color convert

RGB 239 221 101 -
CMYK 0 0.08 0.58 0.06
HSL 52.17º 0.81% 0.67% -
HSV(B) 52.17º 0.58% 0.94% -
XYZ 63.8 71 22.65 -
YUV 212.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 239 221 101 0 0.08 0.58 0.06 52.17 0.81 0.67
Hex EF DD 65 0 8 3A 6 34 51 43
Octal 357 335 145 0 10 72 6 64 121 103
Binary 11101111 11011101 1100101 0 1000 111010 110 110100 1010001 1000011

Color Harmonies of #EFDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD65

Black with #EFDD65

Text Example


Text Example

White with #EFDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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