Html Css Color HEX #EFCD61 Golden Sand

📋 copy color: '#EFCD61'

red 239 ◦ green 205 ◦ blue 97

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

Shades of Golden Sand #EFCD61

Tints of Golden Sand #EFCD61

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 97 (38.28% from 255) = 17.93%

R = 44.18%
G = 37.89%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFCD61 (or 0xEFCD61) is known color: Golden Sand. HEX triplet: EF, CD and 61. RGB value is (239,205,97). Sum of RGB (Red+Green+Blue) = 239+205+97=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD61 is #10329E. Grayscale: #CBCBCB. Windows color (decimal): -1061535 or 6409711. OLE color: 6409711.

HSL color Cylindrical-coordinate representation of color #EFCD61: hue angle of 45.63º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFCD61 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 97 -
CMYK 0 0.14 0.59 0.06
HSL 45.63º 0.82% 0.66% -
HSV(B) 45.63º 0.59% 0.94% -
XYZ 59.59 62.88 20.31 -
YUV 202.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 239 205 97 0 0.14 0.59 0.06 45.63 0.82 0.66
Hex EF CD 61 0 E 3B 6 2E 52 42
Octal 357 315 141 0 16 73 6 56 122 102
Binary 11101111 11001101 1100001 0 1110 111011 110 101110 1010010 1000010

Color Harmonies of #EFCD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD61

Black with #EFCD61

Text Example


Text Example

White with #EFCD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD61; }

 p { color: rgb(239,205,97); }

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

background-color css

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

 a { background-color: rgb(239,205,97); }

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

border-color css

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

 span { border-color: rgb(239,205,97); }

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