Html Css Color HEX #EDDB6F Wild Rice

📋 copy color: '#EDDB6F'

red 237 ◦ green 219 ◦ blue 111

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

Shades of Wild Rice #EDDB6F

Tints of Wild Rice #EDDB6F

RGB

 RED value IS 237 (92.97% from 255) = 41.8%

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

 BLUE value IS 111 (43.75% from 255) = 19.58%

R = 41.8%
G = 38.62%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDDB6F (or 0xEDDB6F) is known color: Wild Rice. HEX triplet: ED, DB and 6F. RGB value is (237,219,111). Sum of RGB (Red+Green+Blue) = 237+219+111=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB6F is #122490. Grayscale: #D4D4D4. Windows color (decimal): -1189009 or 7330797. OLE color: 7330797.

HSL color Cylindrical-coordinate representation of color #EDDB6F: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDDB6F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 111 -
CMYK 0 0.08 0.53 0.07
HSL 51.43º 0.78% 0.68% -
HSV(B) 51.43º 0.53% 0.93% -
XYZ 63.13 69.82 25.19 -
YUV 212.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 237 219 111 0 0.08 0.53 0.07 51.43 0.78 0.68
Hex ED DB 6F 0 8 35 7 33 4E 44
Octal 355 333 157 0 10 65 7 63 116 104
Binary 11101101 11011011 1101111 0 1000 110101 111 110011 1001110 1000100

Color Harmonies of #EDDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB6F

Black with #EDDB6F

Text Example


Text Example

White with #EDDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB6F; }

 p { color: rgb(237,219,111); }

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

background-color css

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

 a { background-color: rgb(237,219,111); }

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

border-color css

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

 span { border-color: rgb(237,219,111); }

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