Html Css Color HEX #EAD273 Wild Rice

📋 copy color: '#EAD273'

red 234 ◦ green 210 ◦ blue 115

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

Shades of Wild Rice #EAD273

Tints of Wild Rice #EAD273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 41.86%
G = 37.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD273 (or 0xEAD273) is known color: Wild Rice. HEX triplet: EA, D2 and 73. RGB value is (234,210,115). Sum of RGB (Red+Green+Blue) = 234+210+115=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD273 is #152D8C. Grayscale: #CECECE. Windows color (decimal): -1387917 or 7590634. OLE color: 7590634.

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

Color convert

RGB 234 210 115 -
CMYK 0 0.10 0.51 0.08
HSL 47.9º 0.74% 0.68% -
HSV(B) 47.9º 0.51% 0.92% -
XYZ 60.07 64.82 25.57 -
YUV 206.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 234 210 115 0 0.10 0.51 0.08 47.9 0.74 0.68
Hex EA D2 73 0 A 33 8 30 4A 44
Octal 352 322 163 0 12 63 10 60 112 104
Binary 11101010 11010010 1110011 0 1010 110011 1000 110000 1001010 1000100

Color Harmonies of #EAD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD273

Black with #EAD273

Text Example


Text Example

White with #EAD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD273; }

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

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

background-color css

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

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

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

border-color css

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

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

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