Html Css Color HEX #EDDB6D Wild Rice

📋 copy color: '#EDDB6D'

red 237 ◦ green 219 ◦ blue 109

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

Shades of Wild Rice #EDDB6D

Tints of Wild Rice #EDDB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.29%

R = 41.95%
G = 38.76%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDDB6D (or 0xEDDB6D) is known color: Wild Rice. HEX triplet: ED, DB and 6D. RGB value is (237,219,109). Sum of RGB (Red+Green+Blue) = 237+219+109=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB6D is #122492. Grayscale: #D4D4D4. Windows color (decimal): -1189011 or 7199725. OLE color: 7199725.

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

Color convert

RGB 237 219 109 -
CMYK 0 0.08 0.54 0.07
HSL 51.56º 0.78% 0.68% -
HSV(B) 51.56º 0.54% 0.93% -
XYZ 63.02 69.77 24.61 -
YUV 211.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 237 219 109 0 0.08 0.54 0.07 51.56 0.78 0.68
Hex ED DB 6D 0 8 36 7 34 4E 44
Octal 355 333 155 0 10 66 7 64 116 104
Binary 11101101 11011011 1101101 0 1000 110110 111 110100 1001110 1000100

Color Harmonies of #EDDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB6D

Black with #EDDB6D

Text Example


Text Example

White with #EDDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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