Html Css Color HEX #EFCC74 Golden Sand

📋 copy color: '#EFCC74'

red 239 ◦ green 204 ◦ blue 116

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

Shades of Golden Sand #EFCC74

Tints of Golden Sand #EFCC74

RGB

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

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

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

R = 42.75%
G = 36.49%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFCC74 (or 0xEFCC74) is known color: Golden Sand. HEX triplet: EF, CC and 74. RGB value is (239,204,116). Sum of RGB (Red+Green+Blue) = 239+204+116=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC74 is #10338B. Grayscale: #CCCCCC. Windows color (decimal): -1061772 or 7654639. OLE color: 7654639.

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

Color convert

RGB 239 204 116 -
CMYK 0 0.15 0.51 0.06
HSL 42.93º 0.79% 0.7% -
HSV(B) 42.93º 0.51% 0.94% -
XYZ 60.34 62.8 25.46 -
YUV 204.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 239 204 116 0 0.15 0.51 0.06 42.93 0.79 0.7
Hex EF CC 74 0 F 33 6 2B 4F 46
Octal 357 314 164 0 17 63 6 53 117 106
Binary 11101111 11001100 1110100 0 1111 110011 110 101011 1001111 1000110

Color Harmonies of #EFCC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC74

Black with #EFCC74

Text Example


Text Example

White with #EFCC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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