Html Css Color HEX #EED06A Golden Sand

📋 copy color: '#EED06A'

red 238 ◦ green 208 ◦ blue 106

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

Shades of Golden Sand #EED06A

Tints of Golden Sand #EED06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 43.12%
G = 37.68%
B = 19.2%

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

#EED06A (or 0xEED06A) is known color: Golden Sand. HEX triplet: EE, D0 and 6A. RGB value is (238,208,106). Sum of RGB (Red+Green+Blue) = 238+208+106=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EED06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED06A is #112F95. Grayscale: #CDCDCD. Windows color (decimal): -1126294 or 7000302. OLE color: 7000302.

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

Color convert

RGB 238 208 106 -
CMYK 0 0.13 0.55 0.07
HSL 46.36º 0.8% 0.67% -
HSV(B) 46.36º 0.55% 0.93% -
XYZ 60.42 64.33 22.87 -
YUV 205.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 238 208 106 0 0.13 0.55 0.07 46.36 0.8 0.67
Hex EE D0 6A 0 D 37 7 2E 50 43
Octal 356 320 152 0 15 67 7 56 120 103
Binary 11101110 11010000 1101010 0 1101 110111 111 101110 1010000 1000011

Color Harmonies of #EED06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED06A

Black with #EED06A

Text Example


Text Example

White with #EED06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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