Html Css Color HEX #EFCA74 Golden Sand

📋 copy color: '#EFCA74'

red 239 ◦ green 202 ◦ blue 116

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

Shades of Golden Sand #EFCA74

Tints of Golden Sand #EFCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.27%

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

R = 42.91%
G = 36.27%
B = 20.83%

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

#EFCA74 (or 0xEFCA74) is known color: Golden Sand. HEX triplet: EF, CA and 74. RGB value is (239,202,116). Sum of RGB (Red+Green+Blue) = 239+202+116=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA74 is #10358B. Grayscale: #CBCBCB. Windows color (decimal): -1062284 or 7654127. OLE color: 7654127.

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

Color convert

RGB 239 202 116 -
CMYK 0 0.15 0.51 0.06
HSL 41.95º 0.79% 0.7% -
HSV(B) 41.95º 0.51% 0.94% -
XYZ 59.87 61.85 25.31 -
YUV 203.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 239 202 116 0 0.15 0.51 0.06 41.95 0.79 0.7
Hex EF CA 74 0 F 33 6 2A 4F 46
Octal 357 312 164 0 17 63 6 52 117 106
Binary 11101111 11001010 1110100 0 1111 110011 110 101010 1001111 1000110

Color Harmonies of #EFCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA74

Black with #EFCA74

Text Example


Text Example

White with #EFCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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