Html Css Color HEX #EAD076 Wild Rice

📋 copy color: '#EAD076'

red 234 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #EAD076

Tints of Wild Rice #EAD076

RGB

 RED value IS 234 (91.8% from 255) = 41.79%

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

 BLUE value IS 118 (46.48% from 255) = 21.07%

R = 41.79%
G = 37.14%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD076 (or 0xEAD076) is known color: Wild Rice. HEX triplet: EA, D0 and 76. RGB value is (234,208,118). Sum of RGB (Red+Green+Blue) = 234+208+118=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD076 is #152F89. Grayscale: #CDCDCD. Windows color (decimal): -1388426 or 7786730. OLE color: 7786730.

HSL color Cylindrical-coordinate representation of color #EAD076: hue angle of 46.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAD076 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 118 -
CMYK 0 0.11 0.50 0.08
HSL 46.55º 0.73% 0.69% -
HSV(B) 46.55º 0.5% 0.92% -
XYZ 59.76 63.91 26.33 -
YUV 205.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 234 208 118 0 0.11 0.50 0.08 46.55 0.73 0.69
Hex EA D0 76 0 B 32 8 2F 49 45
Octal 352 320 166 0 13 62 10 57 111 105
Binary 11101010 11010000 1110110 0 1011 110010 1000 101111 1001001 1000101

Color Harmonies of #EAD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD076

Black with #EAD076

Text Example


Text Example

White with #EAD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD076; }

 p { color: rgb(234,208,118); }

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

background-color css

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

 a { background-color: rgb(234,208,118); }

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

border-color css

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

 span { border-color: rgb(234,208,118); }

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