Html Css Color HEX #EBE06D Wild Rice

📋 copy color: '#EBE06D'

red 235 ◦ green 224 ◦ blue 109

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

Shades of Wild Rice #EBE06D

Tints of Wild Rice #EBE06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.44%

 BLUE value IS 109 (42.97% from 255) = 19.19%

R = 41.37%
G = 39.44%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBE06D (or 0xEBE06D) is known color: Wild Rice. HEX triplet: EB, E0 and 6D. RGB value is (235,224,109). Sum of RGB (Red+Green+Blue) = 235+224+109=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE06D is #141F92. Grayscale: #D6D6D6. Windows color (decimal): -1318803 or 7201003. OLE color: 7201003.

HSL color Cylindrical-coordinate representation of color #EBE06D: hue angle of 54.76º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBE06D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 109 -
CMYK 0 0.05 0.54 0.08
HSL 54.76º 0.76% 0.67% -
HSV(B) 54.76º 0.54% 0.92% -
XYZ 63.68 72.08 25.02 -
YUV 214.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 235 224 109 0 0.05 0.54 0.08 54.76 0.76 0.67
Hex EB E0 6D 0 5 36 8 37 4C 43
Octal 353 340 155 0 5 66 10 67 114 103
Binary 11101011 11100000 1101101 0 101 110110 1000 110111 1001100 1000011

Color Harmonies of #EBE06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE06D

Black with #EBE06D

Text Example


Text Example

White with #EBE06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE06D; }

 p { color: rgb(235,224,109); }

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

background-color css

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

 a { background-color: rgb(235,224,109); }

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

border-color css

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

 span { border-color: rgb(235,224,109); }

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