Html Css Color HEX #EFD76F Golden Sand

📋 copy color: '#EFD76F'

red 239 ◦ green 215 ◦ blue 111

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

Shades of Golden Sand #EFD76F

Tints of Golden Sand #EFD76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.05%

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 42.3%
G = 38.05%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD76F (or 0xEFD76F) is known color: Golden Sand. HEX triplet: EF, D7 and 6F. RGB value is (239,215,111). Sum of RGB (Red+Green+Blue) = 239+215+111=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD76F is #102890. Grayscale: #D2D2D2. Windows color (decimal): -1058961 or 7329775. OLE color: 7329775.

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

Color convert

RGB 239 215 111 -
CMYK 0 0.10 0.54 0.06
HSL 48.75º 0.8% 0.69% -
HSV(B) 48.75º 0.54% 0.94% -
XYZ 62.77 68.1 24.88 -
YUV 210.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 239 215 111 0 0.10 0.54 0.06 48.75 0.8 0.69
Hex EF D7 6F 0 A 36 6 31 50 45
Octal 357 327 157 0 12 66 6 61 120 105
Binary 11101111 11010111 1101111 0 1010 110110 110 110001 1010000 1000101

Color Harmonies of #EFD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD76F

Black with #EFD76F

Text Example


Text Example

White with #EFD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD76F; }

 p { color: rgb(239,215,111); }

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

background-color css

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

 a { background-color: rgb(239,215,111); }

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

border-color css

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

 span { border-color: rgb(239,215,111); }

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