Html Css Color HEX #EDD378 Wild Rice

📋 copy color: '#EDD378'

red 237 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #EDD378

Tints of Wild Rice #EDD378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.13%

R = 41.73%
G = 37.15%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD378 (or 0xEDD378) is known color: Wild Rice. HEX triplet: ED, D3 and 78. RGB value is (237,211,120). Sum of RGB (Red+Green+Blue) = 237+211+120=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD378 is #122C87. Grayscale: #D0D0D0. Windows color (decimal): -1191048 or 7918573. OLE color: 7918573.

HSL color Cylindrical-coordinate representation of color #EDD378: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD378 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 120 -
CMYK 0 0.11 0.49 0.07
HSL 46.67º 0.76% 0.7% -
HSV(B) 46.67º 0.49% 0.93% -
XYZ 61.61 65.95 27.25 -
YUV 208.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 237 211 120 0 0.11 0.49 0.07 46.67 0.76 0.7
Hex ED D3 78 0 B 31 7 2F 4C 46
Octal 355 323 170 0 13 61 7 57 114 106
Binary 11101101 11010011 1111000 0 1011 110001 111 101111 1001100 1000110

Color Harmonies of #EDD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD378

Black with #EDD378

Text Example


Text Example

White with #EDD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD378; }

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

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

background-color css

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

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

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

border-color css

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

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

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