Html Css Color HEX #EDD674 Wild Rice

📋 copy color: '#EDD674'

red 237 ◦ green 214 ◦ blue 116

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

Shades of Wild Rice #EDD674

Tints of Wild Rice #EDD674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 41.8%
G = 37.74%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD674 (or 0xEDD674) is known color: Wild Rice. HEX triplet: ED, D6 and 74. RGB value is (237,214,116). Sum of RGB (Red+Green+Blue) = 237+214+116=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD674 is #12298B. Grayscale: #D2D2D2. Windows color (decimal): -1190284 or 7657197. OLE color: 7657197.

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

Color convert

RGB 237 214 116 -
CMYK 0 0.10 0.51 0.07
HSL 48.6º 0.77% 0.69% -
HSV(B) 48.6º 0.51% 0.93% -
XYZ 62.12 67.36 26.25 -
YUV 209.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 237 214 116 0 0.10 0.51 0.07 48.6 0.77 0.69
Hex ED D6 74 0 A 33 7 31 4D 45
Octal 355 326 164 0 12 63 7 61 115 105
Binary 11101101 11010110 1110100 0 1010 110011 111 110001 1001101 1000101

Color Harmonies of #EDD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD674

Black with #EDD674

Text Example


Text Example

White with #EDD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD674; }

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

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

background-color css

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

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

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

border-color css

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

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

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