Html Css Color HEX #EDD375 Wild Rice

📋 copy color: '#EDD375'

red 237 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #EDD375

Tints of Wild Rice #EDD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

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

R = 41.95%
G = 37.35%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD375 (or 0xEDD375) is known color: Wild Rice. HEX triplet: ED, D3 and 75. RGB value is (237,211,117). Sum of RGB (Red+Green+Blue) = 237+211+117=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD375 is #122C8A. Grayscale: #D0D0D0. Windows color (decimal): -1191051 or 7721965. OLE color: 7721965.

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

Color convert

RGB 237 211 117 -
CMYK 0 0.11 0.51 0.07
HSL 47º 0.77% 0.69% -
HSV(B) 47º 0.51% 0.93% -
XYZ 61.43 65.88 26.31 -
YUV 208.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 237 211 117 0 0.11 0.51 0.07 47 0.77 0.69
Hex ED D3 75 0 B 33 7 2F 4D 45
Octal 355 323 165 0 13 63 7 57 115 105
Binary 11101101 11010011 1110101 0 1011 110011 111 101111 1001101 1000101

Color Harmonies of #EDD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD375

Black with #EDD375

Text Example


Text Example

White with #EDD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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