Html Css Color HEX #EFCE70 Golden Sand

📋 copy color: '#EFCE70'

red 239 ◦ green 206 ◦ blue 112

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

Shades of Golden Sand #EFCE70

Tints of Golden Sand #EFCE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 42.91%
G = 36.98%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFCE70 (or 0xEFCE70) is known color: Golden Sand. HEX triplet: EF, CE and 70. RGB value is (239,206,112). Sum of RGB (Red+Green+Blue) = 239+206+112=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE70 is #10318F. Grayscale: #CDCDCD. Windows color (decimal): -1061264 or 7393007. OLE color: 7393007.

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

Color convert

RGB 239 206 112 -
CMYK 0 0.14 0.53 0.06
HSL 44.41º 0.8% 0.69% -
HSV(B) 44.41º 0.53% 0.94% -
XYZ 60.59 63.66 24.42 -
YUV 205.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 239 206 112 0 0.14 0.53 0.06 44.41 0.8 0.69
Hex EF CE 70 0 E 35 6 2C 50 45
Octal 357 316 160 0 16 65 6 54 120 105
Binary 11101111 11001110 1110000 0 1110 110101 110 101100 1010000 1000101

Color Harmonies of #EFCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE70

Black with #EFCE70

Text Example


Text Example

White with #EFCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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