Html Css Color HEX #EFCE6B Golden Sand

📋 copy color: '#EFCE6B'

red 239 ◦ green 206 ◦ blue 107

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

Shades of Golden Sand #EFCE6B

Tints of Golden Sand #EFCE6B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.32%

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

R = 43.3%
G = 37.32%
B = 19.38%

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

#EFCE6B (or 0xEFCE6B) is known color: Golden Sand. HEX triplet: EF, CE and 6B. RGB value is (239,206,107). Sum of RGB (Red+Green+Blue) = 239+206+107=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE6B is #103194. Grayscale: #CDCDCD. Windows color (decimal): -1061269 or 7065327. OLE color: 7065327.

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

Color convert

RGB 239 206 107 -
CMYK 0 0.14 0.55 0.06
HSL 45º 0.8% 0.68% -
HSV(B) 45º 0.55% 0.94% -
XYZ 60.32 63.55 23 -
YUV 204.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 239 206 107 0 0.14 0.55 0.06 45 0.8 0.68
Hex EF CE 6B 0 E 37 6 2D 50 44
Octal 357 316 153 0 16 67 6 55 120 104
Binary 11101111 11001110 1101011 0 1110 110111 110 101101 1010000 1000100

Color Harmonies of #EFCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE6B

Black with #EFCE6B

Text Example


Text Example

White with #EFCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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