Html Css Color HEX #EFCD6B Golden Sand

📋 copy color: '#EFCD6B'

red 239 ◦ green 205 ◦ blue 107

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

Shades of Golden Sand #EFCD6B

Tints of Golden Sand #EFCD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.42%

R = 43.38%
G = 37.21%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFCD6B (or 0xEFCD6B) is known color: Golden Sand. HEX triplet: EF, CD and 6B. RGB value is (239,205,107). Sum of RGB (Red+Green+Blue) = 239+205+107=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD6B is #103294. Grayscale: #CCCCCC. Windows color (decimal): -1061525 or 7065071. OLE color: 7065071.

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

Color convert

RGB 239 205 107 -
CMYK 0 0.14 0.55 0.06
HSL 44.55º 0.8% 0.68% -
HSV(B) 44.55º 0.55% 0.94% -
XYZ 60.08 63.07 22.92 -
YUV 203.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 239 205 107 0 0.14 0.55 0.06 44.55 0.8 0.68
Hex EF CD 6B 0 E 37 6 2D 50 44
Octal 357 315 153 0 16 67 6 55 120 104
Binary 11101111 11001101 1101011 0 1110 110111 110 101101 1010000 1000100

Color Harmonies of #EFCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD6B

Black with #EFCD6B

Text Example


Text Example

White with #EFCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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