Html Css Color HEX #EFD971 Wild Rice

📋 copy color: '#EFD971'

red 239 ◦ green 217 ◦ blue 113

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

Shades of Wild Rice #EFD971

Tints of Wild Rice #EFD971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

 BLUE value IS 113 (44.53% from 255) = 19.86%

R = 42%
G = 38.14%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD971 (or 0xEFD971) is known color: Wild Rice. HEX triplet: EF, D9 and 71. RGB value is (239,217,113). Sum of RGB (Red+Green+Blue) = 239+217+113=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD971 is #10268E. Grayscale: #D4D4D4. Windows color (decimal): -1058447 or 7461359. OLE color: 7461359.

HSL color Cylindrical-coordinate representation of color #EFD971: hue angle of 49.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD971 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 113 -
CMYK 0 0.09 0.53 0.06
HSL 49.52º 0.8% 0.69% -
HSV(B) 49.52º 0.53% 0.94% -
XYZ 63.39 69.17 25.63 -
YUV 211.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 239 217 113 0 0.09 0.53 0.06 49.52 0.8 0.69
Hex EF D9 71 0 9 35 6 32 50 45
Octal 357 331 161 0 11 65 6 62 120 105
Binary 11101111 11011001 1110001 0 1001 110101 110 110010 1010000 1000101

Color Harmonies of #EFD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD971

Black with #EFD971

Text Example


Text Example

White with #EFD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD971; }

 p { color: rgb(239,217,113); }

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

background-color css

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

 a { background-color: rgb(239,217,113); }

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

border-color css

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

 span { border-color: rgb(239,217,113); }

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