Html Css Color HEX #EFCC6A Golden Sand

📋 copy color: '#EFCC6A'

red 239 ◦ green 204 ◦ blue 106

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

Shades of Golden Sand #EFCC6A

Tints of Golden Sand #EFCC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.16%

 BLUE value IS 106 (41.8% from 255) = 19.31%

R = 43.53%
G = 37.16%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCC6A (or 0xEFCC6A) is known color: Golden Sand. HEX triplet: EF, CC and 6A. RGB value is (239,204,106). Sum of RGB (Red+Green+Blue) = 239+204+106=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC6A is #103395. Grayscale: #CBCBCB. Windows color (decimal): -1061782 or 6999279. OLE color: 6999279.

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

Color convert

RGB 239 204 106 -
CMYK 0 0.15 0.56 0.06
HSL 44.21º 0.81% 0.68% -
HSV(B) 44.21º 0.56% 0.94% -
XYZ 59.79 62.58 22.56 -
YUV 203.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 239 204 106 0 0.15 0.56 0.06 44.21 0.81 0.68
Hex EF CC 6A 0 F 38 6 2C 51 44
Octal 357 314 152 0 17 70 6 54 121 104
Binary 11101111 11001100 1101010 0 1111 111000 110 101100 1010001 1000100

Color Harmonies of #EFCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC6A

Black with #EFCC6A

Text Example


Text Example

White with #EFCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC6A; }

 p { color: rgb(239,204,106); }

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

background-color css

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

 a { background-color: rgb(239,204,106); }

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

border-color css

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

 span { border-color: rgb(239,204,106); }

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