Html Css Color HEX #EAD277 Wild Rice

📋 copy color: '#EAD277'

red 234 ◦ green 210 ◦ blue 119

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

Shades of Wild Rice #EAD277

Tints of Wild Rice #EAD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.3%

 BLUE value IS 119 (46.88% from 255) = 21.14%

R = 41.56%
G = 37.3%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD277 (or 0xEAD277) is known color: Wild Rice. HEX triplet: EA, D2 and 77. RGB value is (234,210,119). Sum of RGB (Red+Green+Blue) = 234+210+119=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD277 is #152D88. Grayscale: #CFCFCF. Windows color (decimal): -1387913 or 7852778. OLE color: 7852778.

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

Color convert

RGB 234 210 119 -
CMYK 0 0.10 0.49 0.08
HSL 47.48º 0.73% 0.69% -
HSV(B) 47.48º 0.49% 0.92% -
XYZ 60.31 64.92 26.8 -
YUV 206.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 234 210 119 0 0.10 0.49 0.08 47.48 0.73 0.69
Hex EA D2 77 0 A 31 8 2F 49 45
Octal 352 322 167 0 12 61 10 57 111 105
Binary 11101010 11010010 1110111 0 1010 110001 1000 101111 1001001 1000101

Color Harmonies of #EAD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD277

Black with #EAD277

Text Example


Text Example

White with #EAD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD277; }

 p { color: rgb(234,210,119); }

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

background-color css

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

 a { background-color: rgb(234,210,119); }

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

border-color css

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

 span { border-color: rgb(234,210,119); }

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