Html Css Color HEX #EFCD74 Golden Sand

📋 copy color: '#EFCD74'

red 239 ◦ green 205 ◦ blue 116

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

Shades of Golden Sand #EFCD74

Tints of Golden Sand #EFCD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

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

R = 42.68%
G = 36.61%
B = 20.71%

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

#EFCD74 (or 0xEFCD74) is known color: Golden Sand. HEX triplet: EF, CD and 74. RGB value is (239,205,116). Sum of RGB (Red+Green+Blue) = 239+205+116=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD74 is #10328B. Grayscale: #CDCDCD. Windows color (decimal): -1061516 or 7654895. OLE color: 7654895.

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

Color convert

RGB 239 205 116 -
CMYK 0 0.14 0.51 0.06
HSL 43.41º 0.79% 0.7% -
HSV(B) 43.41º 0.51% 0.94% -
XYZ 60.58 63.27 25.54 -
YUV 205.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 239 205 116 0 0.14 0.51 0.06 43.41 0.79 0.7
Hex EF CD 74 0 E 33 6 2B 4F 46
Octal 357 315 164 0 16 63 6 53 117 106
Binary 11101111 11001101 1110100 0 1110 110011 110 101011 1001111 1000110

Color Harmonies of #EFCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD74

Black with #EFCD74

Text Example


Text Example

White with #EFCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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