Html Css Color HEX #EADB74 Wild Rice

📋 copy color: '#EADB74'

red 234 ◦ green 219 ◦ blue 116

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

Shades of Wild Rice #EADB74

Tints of Wild Rice #EADB74

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 41.12%
G = 38.49%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EADB74 (or 0xEADB74) is known color: Wild Rice. HEX triplet: EA, DB and 74. RGB value is (234,219,116). Sum of RGB (Red+Green+Blue) = 234+219+116=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB74 is #15248B. Grayscale: #D4D4D4. Windows color (decimal): -1385612 or 7658474. OLE color: 7658474.

HSL color Cylindrical-coordinate representation of color #EADB74: hue angle of 52.37º degrees, saturation: 0.74, 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 #EADB74 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 116 -
CMYK 0 0.06 0.50 0.08
HSL 52.37º 0.74% 0.69% -
HSV(B) 52.37º 0.5% 0.92% -
XYZ 62.42 69.42 26.63 -
YUV 211.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 234 219 116 0 0.06 0.50 0.08 52.37 0.74 0.69
Hex EA DB 74 0 6 32 8 34 4A 45
Octal 352 333 164 0 6 62 10 64 112 105
Binary 11101010 11011011 1110100 0 110 110010 1000 110100 1001010 1000101

Color Harmonies of #EADB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB74

Black with #EADB74

Text Example


Text Example

White with #EADB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB74; }

 p { color: rgb(234,219,116); }

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

background-color css

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

 a { background-color: rgb(234,219,116); }

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

border-color css

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

 span { border-color: rgb(234,219,116); }

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