Html Css Color HEX #EFC468 Golden Sand

📋 copy color: '#EFC468'

red 239 ◦ green 196 ◦ blue 104

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

Shades of Golden Sand #EFC468

Tints of Golden Sand #EFC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 44.34%
G = 36.36%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC468 (or 0xEFC468) is known color: Golden Sand. HEX triplet: EF, C4 and 68. RGB value is (239,196,104). Sum of RGB (Red+Green+Blue) = 239+196+104=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC468 is #103B97. Grayscale: #C6C6C6. Windows color (decimal): -1063832 or 6866159. OLE color: 6866159.

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

Color convert

RGB 239 196 104 -
CMYK 0 0.18 0.56 0.06
HSL 40.89º 0.81% 0.67% -
HSV(B) 40.89º 0.56% 0.94% -
XYZ 57.84 58.83 21.4 -
YUV 198.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 239 196 104 0 0.18 0.56 0.06 40.89 0.81 0.67
Hex EF C4 68 0 12 38 6 29 51 43
Octal 357 304 150 0 22 70 6 51 121 103
Binary 11101111 11000100 1101000 0 10010 111000 110 101001 1010001 1000011

Color Harmonies of #EFC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC468

Black with #EFC468

Text Example


Text Example

White with #EFC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC468; }

 p { color: rgb(239,196,104); }

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

background-color css

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

 a { background-color: rgb(239,196,104); }

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

border-color css

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

 span { border-color: rgb(239,196,104); }

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