Html Css Color HEX #EBDC74 Wild Rice

📋 copy color: '#EBDC74'

red 235 ◦ green 220 ◦ blue 116

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

Shades of Wild Rice #EBDC74

Tints of Wild Rice #EBDC74

RGB

 RED value IS 235 (92.19% from 255) = 41.16%

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 116 (45.7% from 255) = 20.32%

R = 41.16%
G = 38.53%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBDC74 (or 0xEBDC74) is known color: Wild Rice. HEX triplet: EB, DC and 74. RGB value is (235,220,116). Sum of RGB (Red+Green+Blue) = 235+220+116=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC74 is #14238B. Grayscale: #D5D5D5. Windows color (decimal): -1319820 or 7658731. OLE color: 7658731.

HSL color Cylindrical-coordinate representation of color #EBDC74: hue angle of 52.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBDC74 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 116 -
CMYK 0 0.06 0.51 0.08
HSL 52.44º 0.75% 0.69% -
HSV(B) 52.44º 0.51% 0.92% -
XYZ 63.01 70.11 26.73 -
YUV 212.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 235 220 116 0 0.06 0.51 0.08 52.44 0.75 0.69
Hex EB DC 74 0 6 33 8 34 4B 45
Octal 353 334 164 0 6 63 10 64 113 105
Binary 11101011 11011100 1110100 0 110 110011 1000 110100 1001011 1000101

Color Harmonies of #EBDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC74

Black with #EBDC74

Text Example


Text Example

White with #EBDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC74; }

 p { color: rgb(235,220,116); }

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

background-color css

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

 a { background-color: rgb(235,220,116); }

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

border-color css

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

 span { border-color: rgb(235,220,116); }

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