Html Css Color HEX #EDDC74 Wild Rice

📋 copy color: '#EDDC74'

red 237 ◦ green 220 ◦ blue 116

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

Shades of Wild Rice #EDDC74

Tints of Wild Rice #EDDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

 BLUE value IS 116 (45.7% from 255) = 20.24%

R = 41.36%
G = 38.39%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDDC74 (or 0xEDDC74) is known color: Wild Rice. HEX triplet: ED, DC and 74. RGB value is (237,220,116). Sum of RGB (Red+Green+Blue) = 237+220+116=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC74 is #12238B. Grayscale: #D5D5D5. Windows color (decimal): -1188748 or 7658733. OLE color: 7658733.

HSL color Cylindrical-coordinate representation of color #EDDC74: hue angle of 51.57º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDDC74 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 116 -
CMYK 0 0.07 0.51 0.07
HSL 51.57º 0.77% 0.69% -
HSV(B) 51.57º 0.51% 0.93% -
XYZ 63.67 70.45 26.77 -
YUV 213.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 237 220 116 0 0.07 0.51 0.07 51.57 0.77 0.69
Hex ED DC 74 0 7 33 7 34 4D 45
Octal 355 334 164 0 7 63 7 64 115 105
Binary 11101101 11011100 1110100 0 111 110011 111 110100 1001101 1000101

Color Harmonies of #EDDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC74

Black with #EDDC74

Text Example


Text Example

White with #EDDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC74; }

 p { color: rgb(237,220,116); }

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

background-color css

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

 a { background-color: rgb(237,220,116); }

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

border-color css

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

 span { border-color: rgb(237,220,116); }

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