Html Css Color HEX #EDDB6C Wild Rice

📋 copy color: '#EDDB6C'

red 237 ◦ green 219 ◦ blue 108

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

Shades of Wild Rice #EDDB6C

Tints of Wild Rice #EDDB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 42.02%
G = 38.83%
B = 19.15%

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

#EDDB6C (or 0xEDDB6C) is known color: Wild Rice. HEX triplet: ED, DB and 6C. RGB value is (237,219,108). Sum of RGB (Red+Green+Blue) = 237+219+108=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB6C is #122493. Grayscale: #D4D4D4. Windows color (decimal): -1189012 or 7134189. OLE color: 7134189.

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

Color convert

RGB 237 219 108 -
CMYK 0 0.08 0.54 0.07
HSL 51.63º 0.78% 0.68% -
HSV(B) 51.63º 0.54% 0.93% -
XYZ 62.96 69.75 24.33 -
YUV 211.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 237 219 108 0 0.08 0.54 0.07 51.63 0.78 0.68
Hex ED DB 6C 0 8 36 7 34 4E 44
Octal 355 333 154 0 10 66 7 64 116 104
Binary 11101101 11011011 1101100 0 1000 110110 111 110100 1001110 1000100

Color Harmonies of #EDDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB6C

Black with #EDDB6C

Text Example


Text Example

White with #EDDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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