Html Css Color HEX #EDDF6A Wild Rice

📋 copy color: '#EDDF6A'

red 237 ◦ green 223 ◦ blue 106

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

Shades of Wild Rice #EDDF6A

Tints of Wild Rice #EDDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.4%

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 41.87%
G = 39.4%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDDF6A (or 0xEDDF6A) is known color: Wild Rice. HEX triplet: ED, DF and 6A. RGB value is (237,223,106). Sum of RGB (Red+Green+Blue) = 237+223+106=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF6A is #122095. Grayscale: #D6D6D6. Windows color (decimal): -1187990 or 7004141. OLE color: 7004141.

HSL color Cylindrical-coordinate representation of color #EDDF6A: hue angle of 53.59º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDDF6A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 106 -
CMYK 0 0.06 0.55 0.07
HSL 53.59º 0.78% 0.67% -
HSV(B) 53.59º 0.55% 0.93% -
XYZ 63.91 71.82 24.13 -
YUV 213.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 237 223 106 0 0.06 0.55 0.07 53.59 0.78 0.67
Hex ED DF 6A 0 6 37 7 36 4E 43
Octal 355 337 152 0 6 67 7 66 116 103
Binary 11101101 11011111 1101010 0 110 110111 111 110110 1001110 1000011

Color Harmonies of #EDDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF6A

Black with #EDDF6A

Text Example


Text Example

White with #EDDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF6A; }

 p { color: rgb(237,223,106); }

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

background-color css

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

 a { background-color: rgb(237,223,106); }

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

border-color css

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

 span { border-color: rgb(237,223,106); }

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