Html Css Color HEX #EFCE74 Golden Sand

📋 copy color: '#EFCE74'

red 239 ◦ green 206 ◦ blue 116

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

Shades of Golden Sand #EFCE74

Tints of Golden Sand #EFCE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.68%

R = 42.6%
G = 36.72%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFCE74 (or 0xEFCE74) is known color: Golden Sand. HEX triplet: EF, CE and 74. RGB value is (239,206,116). Sum of RGB (Red+Green+Blue) = 239+206+116=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE74 is #10318B. Grayscale: #CECECE. Windows color (decimal): -1061260 or 7655151. OLE color: 7655151.

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

Color convert

RGB 239 206 116 -
CMYK 0 0.14 0.51 0.06
HSL 43.9º 0.79% 0.7% -
HSV(B) 43.9º 0.51% 0.94% -
XYZ 60.82 63.75 25.62 -
YUV 205.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 239 206 116 0 0.14 0.51 0.06 43.9 0.79 0.7
Hex EF CE 74 0 E 33 6 2C 4F 46
Octal 357 316 164 0 16 63 6 54 117 106
Binary 11101111 11001110 1110100 0 1110 110011 110 101100 1001111 1000110

Color Harmonies of #EFCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE74

Black with #EFCE74

Text Example


Text Example

White with #EFCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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