Html Css Color HEX #EBDB74 Wild Rice

📋 copy color: '#EBDB74'

red 235 ◦ green 219 ◦ blue 116

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

Shades of Wild Rice #EBDB74

Tints of Wild Rice #EBDB74

RGB

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

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

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

R = 41.23%
G = 38.42%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBDB74 (or 0xEBDB74) is known color: Wild Rice. HEX triplet: EB, DB and 74. RGB value is (235,219,116). Sum of RGB (Red+Green+Blue) = 235+219+116=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB74 is #14248B. Grayscale: #D4D4D4. Windows color (decimal): -1320076 or 7658475. OLE color: 7658475.

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

Color convert

RGB 235 219 116 -
CMYK 0 0.07 0.51 0.08
HSL 51.93º 0.75% 0.69% -
HSV(B) 51.93º 0.51% 0.92% -
XYZ 62.74 69.59 26.65 -
YUV 212.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 235 219 116 0 0.07 0.51 0.08 51.93 0.75 0.69
Hex EB DB 74 0 7 33 8 34 4B 45
Octal 353 333 164 0 7 63 10 64 113 105
Binary 11101011 11011011 1110100 0 111 110011 1000 110100 1001011 1000101

Color Harmonies of #EBDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB74

Black with #EBDB74

Text Example


Text Example

White with #EBDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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