Html Css Color HEX #EED66B Golden Sand

📋 copy color: '#EED66B'

red 238 ◦ green 214 ◦ blue 107

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

Shades of Golden Sand #EED66B

Tints of Golden Sand #EED66B

RGB

 RED value IS 238 (93.36% from 255) = 42.58%

 GREEN value IS 214 (83.98% from 255) = 38.28%

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

R = 42.58%
G = 38.28%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EED66B (or 0xEED66B) is known color: Golden Sand. HEX triplet: EE, D6 and 6B. RGB value is (238,214,107). Sum of RGB (Red+Green+Blue) = 238+214+107=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED66B is #112994. Grayscale: #D1D1D1. Windows color (decimal): -1124757 or 7067374. OLE color: 7067374.

HSL color Cylindrical-coordinate representation of color #EED66B: hue angle of 49.01º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED66B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 107 -
CMYK 0 0.10 0.55 0.07
HSL 49.01º 0.79% 0.68% -
HSV(B) 49.01º 0.55% 0.93% -
XYZ 61.96 67.33 23.64 -
YUV 208.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 238 214 107 0 0.10 0.55 0.07 49.01 0.79 0.68
Hex EE D6 6B 0 A 37 7 31 4F 44
Octal 356 326 153 0 12 67 7 61 117 104
Binary 11101110 11010110 1101011 0 1010 110111 111 110001 1001111 1000100

Color Harmonies of #EED66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED66B

Black with #EED66B

Text Example


Text Example

White with #EED66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED66B; }

 p { color: rgb(238,214,107); }

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

background-color css

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

 a { background-color: rgb(238,214,107); }

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

border-color css

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

 span { border-color: rgb(238,214,107); }

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