Html Css Color HEX #EADB68 Wild Rice

📋 copy color: '#EADB68'

red 234 ◦ green 219 ◦ blue 104

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

Shades of Wild Rice #EADB68

Tints of Wild Rice #EADB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.67%

R = 42.01%
G = 39.32%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EADB68 (or 0xEADB68) is known color: Wild Rice. HEX triplet: EA, DB and 68. RGB value is (234,219,104). Sum of RGB (Red+Green+Blue) = 234+219+104=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB68 is #152497. Grayscale: #D2D2D2. Windows color (decimal): -1385624 or 6872042. OLE color: 6872042.

HSL color Cylindrical-coordinate representation of color #EADB68: hue angle of 53.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EADB68 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 104 -
CMYK 0 0.06 0.56 0.08
HSL 53.08º 0.76% 0.66% -
HSV(B) 53.08º 0.56% 0.92% -
XYZ 61.76 69.15 23.19 -
YUV 210.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 234 219 104 0 0.06 0.56 0.08 53.08 0.76 0.66
Hex EA DB 68 0 6 38 8 35 4C 42
Octal 352 333 150 0 6 70 10 65 114 102
Binary 11101010 11011011 1101000 0 110 111000 1000 110101 1001100 1000010

Color Harmonies of #EADB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB68

Black with #EADB68

Text Example


Text Example

White with #EADB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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