Html Css Color HEX #EDDB70 Wild Rice

📋 copy color: '#EDDB70'

red 237 ◦ green 219 ◦ blue 112

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

Shades of Wild Rice #EDDB70

Tints of Wild Rice #EDDB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 41.73%
G = 38.56%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDDB70 (or 0xEDDB70) is known color: Wild Rice. HEX triplet: ED, DB and 70. RGB value is (237,219,112). Sum of RGB (Red+Green+Blue) = 237+219+112=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB70 is #12248F. Grayscale: #D4D4D4. Windows color (decimal): -1189008 or 7396333. OLE color: 7396333.

HSL color Cylindrical-coordinate representation of color #EDDB70: hue angle of 51.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDDB70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 112 -
CMYK 0 0.08 0.53 0.07
HSL 51.36º 0.78% 0.68% -
HSV(B) 51.36º 0.53% 0.93% -
XYZ 63.18 69.84 25.48 -
YUV 212.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 237 219 112 0 0.08 0.53 0.07 51.36 0.78 0.68
Hex ED DB 70 0 8 35 7 33 4E 44
Octal 355 333 160 0 10 65 7 63 116 104
Binary 11101101 11011011 1110000 0 1000 110101 111 110011 1001110 1000100

Color Harmonies of #EDDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB70

Black with #EDDB70

Text Example


Text Example

White with #EDDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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