Html Css Color HEX #EFD875 Wild Rice

📋 copy color: '#EFD875'

red 239 ◦ green 216 ◦ blue 117

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

Shades of Wild Rice #EFD875

Tints of Wild Rice #EFD875

RGB

 RED value IS 239 (93.75% from 255) = 41.78%

 GREEN value IS 216 (84.77% from 255) = 37.76%

 BLUE value IS 117 (46.09% from 255) = 20.45%

R = 41.78%
G = 37.76%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD875 (or 0xEFD875) is known color: Wild Rice. HEX triplet: EF, D8 and 75. RGB value is (239,216,117). Sum of RGB (Red+Green+Blue) = 239+216+117=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD875 is #10278A. Grayscale: #D4D4D4. Windows color (decimal): -1058699 or 7723247. OLE color: 7723247.

HSL color Cylindrical-coordinate representation of color #EFD875: hue angle of 48.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD875 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 117 -
CMYK 0 0.10 0.51 0.06
HSL 48.69º 0.79% 0.7% -
HSV(B) 48.69º 0.51% 0.94% -
XYZ 63.36 68.75 26.76 -
YUV 211.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 239 216 117 0 0.10 0.51 0.06 48.69 0.79 0.7
Hex EF D8 75 0 A 33 6 31 4F 46
Octal 357 330 165 0 12 63 6 61 117 106
Binary 11101111 11011000 1110101 0 1010 110011 110 110001 1001111 1000110

Color Harmonies of #EFD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD875

Black with #EFD875

Text Example


Text Example

White with #EFD875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD875; }

 p { color: rgb(239,216,117); }

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

background-color css

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

 a { background-color: rgb(239,216,117); }

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

border-color css

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

 span { border-color: rgb(239,216,117); }

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