Html Css Color HEX #EFCD65 Golden Sand

📋 copy color: '#EFCD65'

red 239 ◦ green 205 ◦ blue 101

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

Shades of Golden Sand #EFCD65

Tints of Golden Sand #EFCD65

RGB

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

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

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

R = 43.85%
G = 37.61%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCD65 (or 0xEFCD65) is known color: Golden Sand. HEX triplet: EF, CD and 65. RGB value is (239,205,101). Sum of RGB (Red+Green+Blue) = 239+205+101=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD65 is #10329A. Grayscale: #CBCBCB. Windows color (decimal): -1061531 or 6671855. OLE color: 6671855.

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

Color convert

RGB 239 205 101 -
CMYK 0 0.14 0.58 0.06
HSL 45.22º 0.81% 0.67% -
HSV(B) 45.22º 0.58% 0.94% -
XYZ 59.78 62.95 21.31 -
YUV 203.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 239 205 101 0 0.14 0.58 0.06 45.22 0.81 0.67
Hex EF CD 65 0 E 3A 6 2D 51 43
Octal 357 315 145 0 16 72 6 55 121 103
Binary 11101111 11001101 1100101 0 1110 111010 110 101101 1010001 1000011

Color Harmonies of #EFCD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD65

Black with #EFCD65

Text Example


Text Example

White with #EFCD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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