Html Css Color HEX #EDDB75 Wild Rice

📋 copy color: '#EDDB75'

red 237 ◦ green 219 ◦ blue 117

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

Shades of Wild Rice #EDDB75

Tints of Wild Rice #EDDB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.42%

R = 41.36%
G = 38.22%
B = 20.42%

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

#EDDB75 (or 0xEDDB75) is known color: Wild Rice. HEX triplet: ED, DB and 75. RGB value is (237,219,117). Sum of RGB (Red+Green+Blue) = 237+219+117=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB75 is #12248A. Grayscale: #D5D5D5. Windows color (decimal): -1189003 or 7724013. OLE color: 7724013.

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

Color convert

RGB 237 219 117 -
CMYK 0 0.08 0.51 0.07
HSL 51º 0.77% 0.69% -
HSV(B) 51º 0.51% 0.93% -
XYZ 63.47 69.95 26.99 -
YUV 212.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 237 219 117 0 0.08 0.51 0.07 51 0.77 0.69
Hex ED DB 75 0 8 33 7 33 4D 45
Octal 355 333 165 0 10 63 7 63 115 105
Binary 11101101 11011011 1110101 0 1000 110011 111 110011 1001101 1000101

Color Harmonies of #EDDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB75

Black with #EDDB75

Text Example


Text Example

White with #EDDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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