Html Css Color HEX #EAD678 Wild Rice

📋 copy color: '#EAD678'

red 234 ◦ green 214 ◦ blue 120

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

Shades of Wild Rice #EAD678

Tints of Wild Rice #EAD678

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

 BLUE value IS 120 (47.27% from 255) = 21.13%

R = 41.2%
G = 37.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD678 (or 0xEAD678) is known color: Wild Rice. HEX triplet: EA, D6 and 78. RGB value is (234,214,120). Sum of RGB (Red+Green+Blue) = 234+214+120=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD678 is #152987. Grayscale: #D1D1D1. Windows color (decimal): -1386888 or 7919338. OLE color: 7919338.

HSL color Cylindrical-coordinate representation of color #EAD678: hue angle of 49.47º 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 #EAD678 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 120 -
CMYK 0 0.09 0.49 0.08
HSL 49.47º 0.73% 0.69% -
HSV(B) 49.47º 0.49% 0.92% -
XYZ 61.37 66.94 27.46 -
YUV 209.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 234 214 120 0 0.09 0.49 0.08 49.47 0.73 0.69
Hex EA D6 78 0 9 31 8 31 49 45
Octal 352 326 170 0 11 61 10 61 111 105
Binary 11101010 11010110 1111000 0 1001 110001 1000 110001 1001001 1000101

Color Harmonies of #EAD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD678

Black with #EAD678

Text Example


Text Example

White with #EAD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD678; }

 p { color: rgb(234,214,120); }

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

background-color css

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

 a { background-color: rgb(234,214,120); }

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

border-color css

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

 span { border-color: rgb(234,214,120); }

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