Html Css Color HEX #EDDB73 Wild Rice

📋 copy color: '#EDDB73'

red 237 ◦ green 219 ◦ blue 115

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

Shades of Wild Rice #EDDB73

Tints of Wild Rice #EDDB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

 BLUE value IS 115 (45.31% from 255) = 20.14%

R = 41.51%
G = 38.35%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDDB73 (or 0xEDDB73) is known color: Wild Rice. HEX triplet: ED, DB and 73. RGB value is (237,219,115). Sum of RGB (Red+Green+Blue) = 237+219+115=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB73 is #12248C. Grayscale: #D4D4D4. Windows color (decimal): -1189005 or 7592941. OLE color: 7592941.

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

Color convert

RGB 237 219 115 -
CMYK 0 0.08 0.51 0.07
HSL 51.15º 0.77% 0.69% -
HSV(B) 51.15º 0.51% 0.93% -
XYZ 63.35 69.91 26.37 -
YUV 212.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 237 219 115 0 0.08 0.51 0.07 51.15 0.77 0.69
Hex ED DB 73 0 8 33 7 33 4D 45
Octal 355 333 163 0 10 63 7 63 115 105
Binary 11101101 11011011 1110011 0 1000 110011 111 110011 1001101 1000101

Color Harmonies of #EDDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB73

Black with #EDDB73

Text Example


Text Example

White with #EDDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB73; }

 p { color: rgb(237,219,115); }

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

background-color css

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

 a { background-color: rgb(237,219,115); }

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

border-color css

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

 span { border-color: rgb(237,219,115); }

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