Html Css Color HEX #EDDB71 Wild Rice

📋 copy color: '#EDDB71'

red 237 ◦ green 219 ◦ blue 113

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

Shades of Wild Rice #EDDB71

Tints of Wild Rice #EDDB71

RGB

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

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

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

R = 41.65%
G = 38.49%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDDB71 (or 0xEDDB71) is known color: Wild Rice. HEX triplet: ED, DB and 71. RGB value is (237,219,113). Sum of RGB (Red+Green+Blue) = 237+219+113=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB71 is #12248E. Grayscale: #D4D4D4. Windows color (decimal): -1189007 or 7461869. OLE color: 7461869.

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

Color convert

RGB 237 219 113 -
CMYK 0 0.08 0.52 0.07
HSL 51.29º 0.78% 0.69% -
HSV(B) 51.29º 0.52% 0.93% -
XYZ 63.24 69.86 25.77 -
YUV 212.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 237 219 113 0 0.08 0.52 0.07 51.29 0.78 0.69
Hex ED DB 71 0 8 34 7 33 4E 45
Octal 355 333 161 0 10 64 7 63 116 105
Binary 11101101 11011011 1110001 0 1000 110100 111 110011 1001110 1000101

Color Harmonies of #EDDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB71

Black with #EDDB71

Text Example


Text Example

White with #EDDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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