Html Css Color HEX #EDDC70 Wild Rice

📋 copy color: '#EDDC70'

red 237 ◦ green 220 ◦ blue 112

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

Shades of Wild Rice #EDDC70

Tints of Wild Rice #EDDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 41.65%
G = 38.66%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDDC70 (or 0xEDDC70) is known color: Wild Rice. HEX triplet: ED, DC and 70. RGB value is (237,220,112). Sum of RGB (Red+Green+Blue) = 237+220+112=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC70 is #12238F. Grayscale: #D5D5D5. Windows color (decimal): -1188752 or 7396589. OLE color: 7396589.

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

Color convert

RGB 237 220 112 -
CMYK 0 0.07 0.53 0.07
HSL 51.84º 0.78% 0.68% -
HSV(B) 51.84º 0.53% 0.93% -
XYZ 63.44 70.36 25.57 -
YUV 212.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 237 220 112 0 0.07 0.53 0.07 51.84 0.78 0.68
Hex ED DC 70 0 7 35 7 34 4E 44
Octal 355 334 160 0 7 65 7 64 116 104
Binary 11101101 11011100 1110000 0 111 110101 111 110100 1001110 1000100

Color Harmonies of #EDDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC70

Black with #EDDC70

Text Example


Text Example

White with #EDDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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