Html Css Color HEX #EFD970 Wild Rice

📋 copy color: '#EFD970'

red 239 ◦ green 217 ◦ blue 112

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

Shades of Wild Rice #EFD970

Tints of Wild Rice #EFD970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 42.08%
G = 38.2%
B = 19.72%

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

#EFD970 (or 0xEFD970) is known color: Wild Rice. HEX triplet: EF, D9 and 70. RGB value is (239,217,112). Sum of RGB (Red+Green+Blue) = 239+217+112=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD970 is #10268F. Grayscale: #D4D4D4. Windows color (decimal): -1058448 or 7395823. OLE color: 7395823.

HSL color Cylindrical-coordinate representation of color #EFD970: hue angle of 49.61º 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 #EFD970 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 112 -
CMYK 0 0.09 0.53 0.06
HSL 49.61º 0.8% 0.69% -
HSV(B) 49.61º 0.53% 0.94% -
XYZ 63.33 69.15 25.34 -
YUV 211.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 239 217 112 0 0.09 0.53 0.06 49.61 0.8 0.69
Hex EF D9 70 0 9 35 6 32 50 45
Octal 357 331 160 0 11 65 6 62 120 105
Binary 11101111 11011001 1110000 0 1001 110101 110 110010 1010000 1000101

Color Harmonies of #EFD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD970

Black with #EFD970

Text Example


Text Example

White with #EFD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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