Html Css Color HEX #EED06B Golden Sand

📋 copy color: '#EED06B'

red 238 ◦ green 208 ◦ blue 107

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

Shades of Golden Sand #EED06B

Tints of Golden Sand #EED06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 43.04%
G = 37.61%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EED06B (or 0xEED06B) is known color: Golden Sand. HEX triplet: EE, D0 and 6B. RGB value is (238,208,107). Sum of RGB (Red+Green+Blue) = 238+208+107=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED06B is #112F94. Grayscale: #CDCDCD. Windows color (decimal): -1126293 or 7065838. OLE color: 7065838.

HSL color Cylindrical-coordinate representation of color #EED06B: hue angle of 46.26º 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 #EED06B is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 107 -
CMYK 0 0.13 0.55 0.07
HSL 46.26º 0.79% 0.68% -
HSV(B) 46.26º 0.55% 0.93% -
XYZ 60.47 64.35 23.14 -
YUV 205.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 238 208 107 0 0.13 0.55 0.07 46.26 0.79 0.68
Hex EE D0 6B 0 D 37 7 2E 4F 44
Octal 356 320 153 0 15 67 7 56 117 104
Binary 11101110 11010000 1101011 0 1101 110111 111 101110 1001111 1000100

Color Harmonies of #EED06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED06B

Black with #EED06B

Text Example


Text Example

White with #EED06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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