Html Css Color HEX #EFD36B Golden Sand

📋 copy color: '#EFD36B'

red 239 ◦ green 211 ◦ blue 107

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

Shades of Golden Sand #EFD36B

Tints of Golden Sand #EFD36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.21%

R = 42.91%
G = 37.88%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD36B (or 0xEFD36B) is known color: Golden Sand. HEX triplet: EF, D3 and 6B. RGB value is (239,211,107). Sum of RGB (Red+Green+Blue) = 239+211+107=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD36B is #102C94. Grayscale: #CFCFCF. Windows color (decimal): -1059989 or 7066607. OLE color: 7066607.

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

Color convert

RGB 239 211 107 -
CMYK 0 0.12 0.55 0.06
HSL 47.27º 0.8% 0.68% -
HSV(B) 47.27º 0.55% 0.94% -
XYZ 61.54 66 23.41 -
YUV 207.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 239 211 107 0 0.12 0.55 0.06 47.27 0.8 0.68
Hex EF D3 6B 0 C 37 6 2F 50 44
Octal 357 323 153 0 14 67 6 57 120 104
Binary 11101111 11010011 1101011 0 1100 110111 110 101111 1010000 1000100

Color Harmonies of #EFD36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD36B

Black with #EFD36B

Text Example


Text Example

White with #EFD36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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