Html Css Color HEX #EFD36F Golden Sand

📋 copy color: '#EFD36F'

red 239 ◦ green 211 ◦ blue 111

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

Shades of Golden Sand #EFD36F

Tints of Golden Sand #EFD36F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.61%

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

R = 42.6%
G = 37.61%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD36F (or 0xEFD36F) is known color: Golden Sand. HEX triplet: EF, D3 and 6F. RGB value is (239,211,111). Sum of RGB (Red+Green+Blue) = 239+211+111=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD36F is #102C90. Grayscale: #D0D0D0. Windows color (decimal): -1059985 or 7328751. OLE color: 7328751.

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

Color convert

RGB 239 211 111 -
CMYK 0 0.12 0.54 0.06
HSL 46.88º 0.8% 0.69% -
HSV(B) 46.88º 0.54% 0.94% -
XYZ 61.76 66.09 24.54 -
YUV 207.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 239 211 111 0 0.12 0.54 0.06 46.88 0.8 0.69
Hex EF D3 6F 0 C 36 6 2F 50 45
Octal 357 323 157 0 14 66 6 57 120 105
Binary 11101111 11010011 1101111 0 1100 110110 110 101111 1010000 1000101

Color Harmonies of #EFD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD36F

Black with #EFD36F

Text Example


Text Example

White with #EFD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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