Html Css Color HEX #EFCD63 Golden Sand

📋 copy color: '#EFCD63'

red 239 ◦ green 205 ◦ blue 99

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

Shades of Golden Sand #EFCD63

Tints of Golden Sand #EFCD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.23%

R = 44.01%
G = 37.75%
B = 18.23%

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

#EFCD63 (or 0xEFCD63) is known color: Golden Sand. HEX triplet: EF, CD and 63. RGB value is (239,205,99). Sum of RGB (Red+Green+Blue) = 239+205+99=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD63 is #10329C. Grayscale: #CBCBCB. Windows color (decimal): -1061533 or 6540783. OLE color: 6540783.

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

Color convert

RGB 239 205 99 -
CMYK 0 0.14 0.59 0.06
HSL 45.43º 0.81% 0.66% -
HSV(B) 45.43º 0.59% 0.94% -
XYZ 59.68 62.91 20.8 -
YUV 203.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 239 205 99 0 0.14 0.59 0.06 45.43 0.81 0.66
Hex EF CD 63 0 E 3B 6 2D 51 42
Octal 357 315 143 0 16 73 6 55 121 102
Binary 11101111 11001101 1100011 0 1110 111011 110 101101 1010001 1000010

Color Harmonies of #EFCD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD63

Black with #EFCD63

Text Example


Text Example

White with #EFCD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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