Html Css Color HEX #EDDC71 Wild Rice

📋 copy color: '#EDDC71'

red 237 ◦ green 220 ◦ blue 113

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

Shades of Wild Rice #EDDC71

Tints of Wild Rice #EDDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.82%

R = 41.58%
G = 38.6%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDDC71 (or 0xEDDC71) is known color: Wild Rice. HEX triplet: ED, DC and 71. RGB value is (237,220,113). Sum of RGB (Red+Green+Blue) = 237+220+113=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC71 is #12238E. Grayscale: #D5D5D5. Windows color (decimal): -1188751 or 7462125. OLE color: 7462125.

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

Color convert

RGB 237 220 113 -
CMYK 0 0.07 0.52 0.07
HSL 51.77º 0.78% 0.69% -
HSV(B) 51.77º 0.52% 0.93% -
XYZ 63.5 70.38 25.86 -
YUV 212.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 237 220 113 0 0.07 0.52 0.07 51.77 0.78 0.69
Hex ED DC 71 0 7 34 7 34 4E 45
Octal 355 334 161 0 7 64 7 64 116 105
Binary 11101101 11011100 1110001 0 111 110100 111 110100 1001110 1000101

Color Harmonies of #EDDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC71

Black with #EDDC71

Text Example


Text Example

White with #EDDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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